Skip to content

Instantly share code, notes, and snippets.

Created June 25, 2012 15:02
Show Gist options
  • Save anonymous/2989158 to your computer and use it in GitHub Desktop.
Save anonymous/2989158 to your computer and use it in GitHub Desktop.
date field
<div class="field">
<%= f.label :date %><br />
<%= f.text_field :date, 'data-behaviour' => 'datepicker' %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment