How To Highlight Dates Using jQuery UI DatePicker
The jQuery UI datepicker is used a lot across the web, primarily for... well picking dates. It provides the user with a small date display when they click inside an input field, the user can then select a date which is populated into the input field. This date can then be submitted to the server side and used for whatever purpose it is intended.
... Read Full Article