February 2014
Intermediate to advanced
410 pages
8h 15m
English
Date pickers provide the user with an easy-to-use interface to allow them to quickly select the date they require. jQuery UI provides a date picker that can be quickly added to input fields. The date picker provides many configuration options such as date formatting and restrictions, making it easier for the developer to limit the user's input accordingly. This recipe will show you how to add the date picker to two input fields, change the date format of the date pickers, and also apply date limits to each of the fields.
As with the previous recipe, create recipe-4.html, recipe-4.js, and recipe-4.css within the chapter9 folder you created earlier.
Perform each of the ...
Read now
Unlock full access