time-w3c-0.1.0.1: Parse, format and convert W3C Date and Time

Data.Time.W3C.Parser

Description

Parse W3C Date and Time string.

Synopsis

Documentation

parse :: Convertible W3CDateTime t => String -> Maybe t

Parse W3C Date and Time string to anything convertible from W3CDateTime type. The most obvious acceptable type is the W3CDateTime itself. If the given string is ill-formatted, parse returns Nothing.