This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |