Rails3 Plugin Date Time When
A while ago I used a rails3 plugin that let you type in a开发者_如何转开发ny date / time in a field which was then converted into a normal date / time entry. For example, 9am eat breakfast would be entered in to the calendar.
Despite looking through all my project notes, I cannot find reference to this!
Is there anyone out there who can remember??!
I believe you are looking for Chronic
why don't you use Jquery.timepicker plug-in instead of Ruby on Rails plug-in? It's really easy to use. Link to jquery.timepicker:
[http://trentrichardson.com/examples/timepicker/][1]
精彩评论