Is there an easy way to limit the time portion on a datetime_select to
only every 15 minutes? ie, restrict minute selection on the form to
only: :00, :15, :30, :45 -
Also, can I set it as a 12-hour clock instead of 24-hr?
here''s what I have now:
<%= datetime_select( :schedule, :coursedate, :order =>
[:month,:day,:year] ) %>
Thanks in advance for your help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---