Module

Data.DateTime.ISO

Package
purescript-datetime-iso
Repository
jmackie/purescript-datetime-iso

#ISO Source

newtype ISO

A minimal DateTime wrapper that encodes/decodes to/from the simplified extended ISO format (ISO 8601). Specifically YYYY-MM-DDTHH:mm:ss[.sss]Z where hyphens and colons can be omitted.

Constructors

Instances

#unwrapISO Source

unwrapISO :: ISO -> DateTime

A monomorphic unwrap.