I am using time_select in a rails view, it looks something like this:
<div class="field">
<%= f.label :StartTime, "Start Time" %><br />
<%= f.time_select :StartTime %>
</div>
I want to set the default time to 09:00 (AM), how would I do that?