site_fursona_refs/tpl/datefmt.haml

4 lines
226 B
Plaintext
Raw Permalink Normal View History

2019-12-28 03:04:19 +00:00
%span.month= 'Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec'.split(',')[dt[1]-1]
2019-12-28 14:10:02 +00:00
%span= ' '
2019-12-28 03:04:19 +00:00
%span.day= dt[2]|string + (['st', 'nd', 'rd']+['th']*17+['st', 'nd', 'rd']+['th']*7+['st'])[dt[2]-1] + ', '
%span.year= dt[0]|string