enkidatron / elm-cldr / Cldr.Format.Length

Length

Provides the length values for Cldr.Format.Date and Cldr.Format.DateTime


type Length
    = Short
    | Medium
    | Long
    | Full

There are four lengths for formatting. These determine how verbose the formatted output will be.