Brandon
Brandon

Reputation: 2171

jQuery Mobile Plugin with Day and Time, Not Date

I am trying to find a decent jQuery Mobile plugin for choosing a day and time. I don't need the date. I just want to be able to select:

  1. Day: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
  2. Hour: 1-12
  3. Minute: 00, 15, 30, 45
  4. Period: AM, PM

I know there's stuff out there like http://dev.jtsage.com/jQM-DateBox2/, but is there anything that just has the day and time? Thanks!

Upvotes: 0

Views: 209

Answers (1)

btevfik
btevfik

Reputation: 3431

Here is this one that I found. I hope it works for you. http://jonthornton.github.com/jquery-timepicker/

Upvotes: 1

Related Questions