Displaying 1 result from an estimated 1 matches for "hash2dat".
Did you mean:
hash2date
2006 Mar 06
2
form_tag error -- not found, 404 -- action DOES exist!
...;td>
<%=
select_tag("site_visit_helper[timesheet_records][#{i.to_s}][surveyor_id]",
options_for_select(@surveyors, tr.surveyor_id))
%>
</td>
<td>
<%= select_date(
hash2date(tr.visited_on),
:prefix=>"site_visit_helper[timesheet_records][#{i.to_s}][visited_on]",
:include_blank=>true) %>
</td>
<td>
<%= select_time(
hash2time(tr.arri...