parsedate

Data and time parsing for CalendarTime

http://www.cs.chalmers.se/~bringert/darcs/parsedate/doc/

Latest on Hackage:3000.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Bjorn Bringert
Maintained by [email protected]

This library provides a function for parsing dates and times given a date format string. This package creates CalendarTime values and is meant for use with the old-time package. New code should use the time package, which now includes parsing, instead.