Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery - Mobile date picker control [closed]

Is there a Date Picker control that I could use on jQuery Mobile?

It needs to be able to save dates locally, etc.

like image 444
Satch3000 Avatar asked Apr 05 '11 09:04

Satch3000


People also ask

How do you close a date picker?

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.

How can I hide datepicker after selecting date in jQuery?

Syntax: $(". selector"). datepicker("hide");

How do I stop bootstrap Datetimepicker from closing when I click outside?

To prevent closing before clicking outside, I delete hide function like this: $('#datepicker').

What is datepicker in jQuery?

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.


2 Answers

Here's one that has some good capabilities:

http://dev.jtsage.com/jQM-DateBox/

like image 155
Donovan Woodside Avatar answered Sep 20 '22 15:09

Donovan Woodside


There is an experimental calendar. I used it successfully.

Take a look here: http://jquerymobile.com/test/experiments/ui-datepicker/

like image 22
Tim Avatar answered Sep 19 '22 15:09

Tim