hej there
i call select_time in my view as follows:
<%= select_time(Time.now, { :default => Time.now, :minute_step =>
15, :time_separator => ':', :include_seconds => false } %>
now i want the dropdown boxes to be set default to the current time +
rounded up to the next 15 min. so if we've 11:38, they should show
11:45.
it already shows the 11 in the hourbox but the minutes remain 00.
another problem seems to be that the browser remembers my selections
in the dropdown boxes. so on reload, the page shows the time i
previously selected instead of the current time. how can i solve that?
thanks alot for your help!
moka
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---