Re: [Haskell-cafe] string to date?

2006-11-09 Thread Dougal Stanton
Quoth Magnus Therning, nevermore, > I've been staring my eyes out trying to find a function that converts a > string into a ClockTime or CalendarTime. Basically something like C's > strptime(3). I can't seem to find anything like it in System.Time, > there are function that convert _to_ a string,

Re: [Haskell-cafe] string to date?

2006-11-09 Thread Malcolm Wallace
Magnus Therning <[EMAIL PROTECTED]> wrote: > I've been staring my eyes out trying to find a function that converts > a string into a ClockTime or CalendarTime. Basically something like > C's strptime(3). I can't seem to find anything like it in > System.Time, there are function that convert _to_

Re: [Haskell-cafe] string to date?

2006-11-09 Thread Björn Bringert
Dougal Stanton wrote: Quoth Magnus Therning, nevermore, I've been staring my eyes out trying to find a function that converts a string into a ClockTime or CalendarTime. Basically something like C's strptime(3). I can't seem to find anything like it in System.Time, there are function that conve

Re: [Haskell-cafe] string to date?

2006-11-09 Thread Magnus Therning
On Thu, Nov 09, 2006 at 20:43:36 +0100, Björn Bringert wrote: >Dougal Stanton wrote: >>Quoth Magnus Therning, nevermore, >>>I've been staring my eyes out trying to find a function that converts a >>>string into a ClockTime or CalendarTime. Basically something like C's >>>strptime(3). I can't seem

Re: [Haskell-cafe] string to date?

2006-11-09 Thread Bjorn Bringert
On 10 nov 2006, at 00.29, Magnus Therning wrote: On Thu, Nov 09, 2006 at 20:43:36 +0100, Björn Bringert wrote: Dougal Stanton wrote: Quoth Magnus Therning, nevermore, I've been staring my eyes out trying to find a function that converts a string into a ClockTime or CalendarTime. Basically