Skip to content

Instantly share code, notes, and snippets.

@jparker
Created June 10, 2009 22:59
Show Gist options
  • Save jparker/127563 to your computer and use it in GitHub Desktop.
Save jparker/127563 to your computer and use it in GitHub Desktop.
<%= f.label :payment_sent_on %>
<%= f.date_select :payment_sent_on, :include_blank => true %>
<%= link_to 'Today', '#', :id => 'payment_sent_on_today' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment