Displaying 2 results from an estimated 2 matches for "start_on_date".
2006 Oct 19
2
OT :JavascriptSortableTables
...lt;th style="white-space: nowrap">Title</th>
<th style="white-space: nowrap">Company</th>
........................
</thead>
<tbody>
<tr>
<% for position in @positions %>
<td style="white-space: nowrap"><%= position.start_on_date.
..................
</table>
--
http://en.wikipedia.org/wiki/Dark_ambient
--~--~---------~--~----~------------~-------~--~----~
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...
2006 Aug 03
1
OT: Tables and Rails code
...</thead>
<tfoot>
</tfoot>
<tbody>
<tr >
<td><%= position.company_job_id %></td>
<td><%= position.comapny_id %></td>
<td><%= position.entered_on_date.strftime("%m/%d/%Y") %></td>
<td><%= position.start_on_date.strftime("%m/%d/%Y") %></td>
<td><%= position.display_length %></td>
<td><%= position.days_left %></td>
<td><%= position.category_id %></td>
<td><%= position.city %></td>
<td><%= position.state.name...