Skip to content

Instantly share code, notes, and snippets.

@eileencodes
Created January 11, 2012 17:04
Show Gist options
  • Save eileencodes/1595630 to your computer and use it in GitHub Desktop.
Save eileencodes/1595630 to your computer and use it in GitHub Desktop.
<div class="field">
<%= f.label :created_at, "Published at" %>
<div class="datetime">
<%= f.datetime_select :created_at %>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment