Module
Data.DateTime.Locale
- Package
- purescript-datetime
- Repository
- purescript/purescript-datetime
#LocaleName Source
newtype LocaleNameThe name of a date/time locale. For example: "GMT", "MDT", "CET", etc.
Constructors
Instances
#LocalValue Source
data LocalValue aA value that is subject to a Locale.
There are Functor, Extend, and Comonad instances for LocalValue to
enable the inner non-localised value to be manipulated while maintaining
the locale.
Constructors
Instances
(Eq a) => Eq (LocalValue a)(Ord a) => Ord (LocalValue a)(Generic a) => Generic (LocalValue a)(Show a) => Show (LocalValue a)Functor LocalValueExtend LocalValueComonad LocalValue
#LocalDate Source
type LocalDate = LocalValue DateA date value with a locale.
#LocalTime Source
type LocalTime = LocalValue TimeA time value with a locale.
#LocalDateTime Source
type LocalDateTime = LocalValue DateTimeA date/time value with a locale.