Skip to content

Instantly share code, notes, and snippets.

View masak2009's full-sized avatar

Martin Rychlovsky masak2009

View GitHub Profile
@masak2009
masak2009 / [outputs]
Created November 24, 2022 14:20 — forked from chrismo/[outputs]
Dump date/time formats with examples of a locale in Rails
$ bin/rake i18n:show_sample_dates_and_times['en-MY']
time:
date : %m/%d/%Y : 2012-10-15
date_day : %d : 15
date_hour : %l:%M %p : 4:13 pm
date_month : %B : October
date_month_name : %B %e, %Y : 15 October 2012
date_month_year : %B %Y : October 2012
date_short_month_year : %e %b %Y : 15 Oct 2012
date_short_year : %m/%d/%y : 15-10-12