Re: Dates: ISO 8601

2007-03-07 Thread David Bovill
Hi Klaus - I was just thinking someone out there must have a ready made handler as it is real common format on the internet. I've given a go below - I include some info for reference: A common use could be []-[MM]-[DD]T[hh]:[mm]:[ss]±[hh]:[mm]. "1981-04-05T14:30:30-05:00", for example. Tw

Re: Dates: ISO 8601

2007-03-07 Thread Klaus Major
Hi David, I need a handler to convert a Rev date into ISO 8601? From my library I have a rough and ready one to go the other way round: on date_Convert8601 @revisionDate -- was "date_ConvertT" replace "T" with return in revisionDate put line 1 of revisionDate into someDate put

Dates: ISO 8601

2007-03-07 Thread David Bovill
I need a handler to convert a Rev date into ISO 8601? From my library I have a rough and ready one to go the other way round: on date_Convert8601 @revisionDate -- was "date_ConvertT" replace "T" with return in revisionDate put line 1 of revisionDate into someDate put line 2 of rev