Parse W3C Date and Time string.
- parse :: Convertible W3CDateTime t => String -> Maybe t
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
.