Displaying 1 result from an estimated 1 matches for "hash2tim".
Did you mean:
hash2time
2006 Mar 06
2
form_tag error -- not found, 404 -- action DOES exist!
...hash2date(tr.visited_on),
:prefix=>"site_visit_helper[timesheet_records][#{i.to_s}][visited_on]",
:include_blank=>true) %>
</td>
<td>
<%= select_time(
hash2time(tr.arrived_at),
:prefix=>"site_visit_helper[timesheet_records][#{i.to_s}][arrived_at]",
:include_blank=>true,
:minute_step=>5) %>
</td>
<td>
<%= sele...