Package

datetime

Repository
purerl/purescript-datetime
Uploaded by
nwolverson

Latest release Build status Pursuit

Date and time types and functions.

Installation

spago install datetime

Documentation

This libary provides platform-independent representations of date and time. Parsing specific date formats, such as the ISO 8601 format, is the responsibility of other libraries, such as the purescript-js-date package. Likewise, writing a date/time type to string to display to humans is the responsibility of other libraries, such as the purescript-formatters package.

Module documentation is published on Pursuit.

Modules
Data.Date
Data.Date.Component
Data.Date.Component.Gen
Data.Date.Gen
Data.DateTime
Data.DateTime.Gen
Data.DateTime.Instant
Data.Interval
Data.Interval.Duration
Data.Interval.Duration.Iso
Data.Time
Data.Time.Component
Data.Time.Component.Gen
Data.Time.Duration
Data.Time.Duration.Gen
Data.Time.Gen
Dependencies