Has anyone come across a method of being able to choose half a day using a jquery datepicker? Basically, I'd like users to be able to select from Monday PM to Friday AM, if you know what I mean.

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Try this Jquery plugin

jQuery UI Timepicker

link|improve this answer
1  
Hi, thanks for the tip. In the meantime I've also found trentrichardson.com/examples/timepicker. I'm sure there's a way of customising either of these to just morning or afternoon. – Scott Brown Feb 9 '11 at 12:21
1  
By making the plugin increment in 12 hour steps, I can basically force it to think in AM/PM mode. – Scott Brown Feb 10 '11 at 9:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.