timcharper / calendar_date_select

A previously popular but no longer maintained JavaScript DatePicker for RubyOnRails (and others)
http://code.google.com/p/calendardateselect/
Other
409 stars 179 forks source link

Round default minutes value to interval #20

Open ocher opened 13 years ago

ocher commented 13 years ago

Currently default minutes value is set to the current time. It would be better if it was rounded to the nearest interval.

sridharraman commented 12 years ago

Has this commit been reflected in the latest gem? I tried it, and despite having minute_interval value as 30, the time selected on clicking on a date was the current time.