Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery Date Time picker that works well on iOS/Android

Is there a decent date time picker that works well on mobile devices? Everything I have found seems to be very clunky on a phone.

The other option is the four drop down selects for day, month, hour and minute. just seems like there must be a better solution out there.

like image 370
csexton Avatar asked Jan 01 '11 23:01

csexton


2 Answers

Try mobiscroll.

It works very well on android and iOS, and it comes with pre-defiend themes. It can be used with scroll, or the "Android style" +/-.

like image 58
Levi Kovacs Avatar answered Oct 05 '22 23:10

Levi Kovacs


Check out my implementation of an Android-style datepicker for jQuery Mobile, called Mobi Pick

http://mobipick.sustainablepace.net/

like image 45
Christoph Baudson Avatar answered Oct 06 '22 00:10

Christoph Baudson