CoderDennis / elm-time-format / Time.Format

Date Format, turning dates into strings.

The format code originally came from and was modified and extended from. https://github.com/mgold/elm-date-format/blob/1.0.4/src/Date/Format.elm

Date presentation

format : Config -> String -> Time.Zone -> Time.Posix -> String

Use a format string to format a Posix time for a specific Zone.