CoderDennis / elm-time-format / Time.Format.TwelveHourClock

Definition of 12-Hour clock and AM/PM value for dates.


type TwelveHourPeriod
    = AM
    | PM

12-Hour clock abbreviations (AM/PM)

twelveHourPeriod : Time.Zone -> Time.Posix -> TwelveHourPeriod

Common Zone + Posix to AM/PM value.