Skip to content

Instantly share code, notes, and snippets.

@dirkkelly
Created August 3, 2011 05:34
Show Gist options
  • Save dirkkelly/1121971 to your computer and use it in GitHub Desktop.
Save dirkkelly/1121971 to your computer and use it in GitHub Desktop.
{
:en => {
:time => {
:formats => {
:day => "%A",
:date => lambda { |time, _| "#{time.day.ordinalize} %B" },
:time => "%k%p",
:full => lambda { |time, _| "%A #{time.day.ordinalize} %B at %k%p" },
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment