Is there a Date Picker control that I could use on jQuery Mobile?
It needs to be able to save dates locally, etc.
The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close.
Syntax: $(". selector"). datepicker("hide");
To prevent closing before clicking outside, I delete hide function like this: $('#datepicker').
A date-picker of jQuery UI is used to provide a calendar to the user to select the date from a Calendar. This date picker usually connected to a text-box so user selection of date from the calendar can be transferred to the textbox.
Here's one that has some good capabilities:
http://dev.jtsage.com/jQM-DateBox/
There is an experimental calendar. I used it successfully.
Take a look here: http://jquerymobile.com/test/experiments/ui-datepicker/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With