Module

Data.Intl.DateTimeFormat

Package
purescript-intl
Repository
coot/purescript-intl

#LocalesOption Source

type LocalesOption = Variant (locale :: String, locales :: Array String, undefined :: Undefined)

#LocaleMatcher Source

#TimeZone Source

#FormatMatcher Source

#DateTimeComponents Source

type DateTimeComponents a = Variant (custom :: a, hourMinute :: HourMinute, hourMinuteSecond :: HourMinuteSecond, monthDay :: MonthDay, weekdayYearMonthDay :: WeekdayYearMonthDay, weekdayYearMonthDayHourMinuteSecond :: WeekdayYearMonthDayHourMinuteSecond, yearMonth :: YearMonth, yearMonthDay :: YearMonthDay)

#DateTimeFormatOptions Source

data DateTimeFormatOptions a

Constructors

#DateTimeFormat Source

Re-exports from Data.Intl.DateTimeFormat.Types

#YearMonthDay Source

newtype YearMonthDay

Constructors

Instances

#YearMonth Source

newtype YearMonth

Constructors

Instances

#WeekdayYearMonthDayHourMinuteSecond Source

#WeekdayYearMonthDay Source

newtype WeekdayYearMonthDay

Constructors

Instances

#Undefined Source

data Undefined :: Type

#StringRep Source

data StringRep

Constructors

Instances

#ResolvedOptions Source

newtype ResolvedOptions

Constructors

Instances

#NumericRep Source

data NumericRep

Constructors

Instances

#MonthDay Source

newtype MonthDay

Constructors

Instances

#HourMinuteSecond Source

newtype HourMinuteSecond

Constructors

Instances

#HourMinute Source

newtype HourMinute

Constructors

Instances