Looking at the libraries documentation, it seems like parsing a string into a time and date should be as simple as:<br><br>import Data.Time.Format (parseTime)<br><br>myDate = parseTime &quot;...&quot; <br><br><br>where &quot;...&quot; is some string. But these functions don&#39;t seem to exist! I can&#39;t find many references to them in the wild, and the module &quot;
Data.Time.Format&quot; is not found under GHC 6.6 or Hugs.&nbsp; I am running Windows, if it makes a difference.<br><br>Are the docs just out of date[1] or is it my install? How can I parse a string into a Data.Time.Calendar.Day
 value (or some other time value)? Thanks for any help!<br><br>Justin<br><br><br>[1] <a href="http://haskell.org/ghc/docs/latest/html/libraries/time/Data-Time-Format.html">http://haskell.org/ghc/docs/latest/html/libraries/time/Data-Time-Format.html
</a><br>