Formats a Date using the specified Length and Locale.
Date
Length
Locale
import Cldr.Format.Length exposing (Length(..)) import Cldr.Locale exposing (en) import Date import Time exposing (Month(..)) format Short en (Date.fromCalendarDate 2000 Jan 1) --> "1/1/00"
Formats a
Date
using the specifiedLength
andLocale
.import Cldr.Format.Length exposing (Length(..)) import Cldr.Locale exposing (en) import Date import Time exposing (Month(..)) format Short en (Date.fromCalendarDate 2000 Jan 1) --> "1/1/00"