Displaying 1 result from an estimated 1 matches for "dateselect".
Did you mean:
date_select
2005 Dec 23
6
Selecting time
...the company I work for.
This mainly consists of object with a begin time, an end time and a
calculation of the difference between those timestamps (actual time
spend on the job).
I made a small form with a datetime_select helper for the begin and end
time (the column type inside the DB is also dateselect). Because the
actual time spend on the job can be less then the difference between
begin and end I want this time to be selectable too. Because this
attribute only holds hours and minutes I tried to use the select_time
helper. Unfortunately there seems to be a small bug in this helper cause
th...