CoderDennis / elm-time-format / Time.Format.I18n.I_en_us

English values for day and month names.

dayShort : Time.Weekday -> String

Day short name.

dayName : Time.Weekday -> String

Day full name.

monthShort : Time.Month -> String

Month short name.

monthName : Time.Month -> String

Month full name.

dayOfMonthWithSuffix : Basics.Bool -> Basics.Int -> String

Returns a common english idiom for days of month. Pad indicates space pad the day of month value so single digit outputs have space padding to make them same length as double digit days of monnth.