xsd-0.1: XML Schema data structures

Text.XML.XSD.DateTime

Description

XSD dateTime data structure http://www.w3.org/TR/xmlschema-2/#dateTime

Synopsis

Documentation

dateTime' :: String -> Either ParseError DateTimeSource

Parses the string into a dateTime or may fail with a parse error.

dateTime :: String -> Maybe DateTimeSource

Parses the string into a dateTime or may fail.