On 6/21/07, Andrew Coppin <[EMAIL PROTECTED]> wrote:

Is there a standard library function anywhere which will parse a string
into some kind of date/time representation?


In Data.Time.Format, there's parseTime. parseTime takes a format string that
describes the layout. Since you have varying layouts in your files
(hopefully consistent in the same file!), you simply change the format
string for each file.

--
Rich

JID: [EMAIL PROTECTED]
AIM: rnezzy
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to