Sha256: 1dacd352eed9b6ff00fb67574901a60bbf86e85dfc8d985f9b619630ef1cc255
Contents?: true
Size: 629 Bytes
Versions: 68
Compression:
Stored size: 629 Bytes
Contents
Date::DATE_FORMATS.merge!( participant_date: ->(d) { d.strftime("%b %d %Y") }, user_date: ->(d) { d.strftime("%m/%d/%Y") }, user_date_with_day_of_week: ->(t) { t.strftime("%A, %m/%d/%Y") } ) Time::DATE_FORMATS.merge!( hour_with_meridian: ->(t) { t.strftime("%l %P") }, participant_date: ->(t) { t.strftime("%b %d %Y") }, standard: ->(t) { t.strftime("%b %d %Y %I:%M %P") }, standard_with_day_of_week: ->(t) { t.strftime("%A, %b %d %Y %I:%M %P") }, user_date: ->(t) { t.strftime("%m/%d/%Y") }, with_seconds: ->(t) { t.strftime("%b %d %Y %I:%M:%S %P") } )
Version data entries
68 entries across 68 versions & 1 rubygems