csexton
csexton

Reputation: 24793

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.

Upvotes: 6

Views: 13970

Answers (2)

Christoph Baudson
Christoph Baudson

Reputation: 1071

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

http://mobipick.sustainablepace.net/

Upvotes: 2

Levi Kovacs
Levi Kovacs

Reputation: 1159

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" +/-.

Upvotes: 13

Related Questions