Skip to content

Instantly share code, notes, and snippets.

@amiel
Created October 23, 2012 22:55
Show Gist options
  • Save amiel/3942302 to your computer and use it in GitHub Desktop.
Save amiel/3942302 to your computer and use it in GitHub Desktop.
Using Stamp (https://github.com/jeremyw/stamp) with I18n.l
en:
date:
formats:
default: <%= Stamp.strftime_format("March 1, 1999") %>
short: <%= Stamp.strftime_format("Mon Jan 1") %>
ordinal: <%= Stamp.strftime_format("1st of Jan") %>
time:
formats:
default: etc...
<%= l Date.current %>
<%= l Date.current, format: :ordinal %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment