Re: Date format conversion



Robert wrote:
Hello,

I want to convert a date string "2006-05-30T07:01:00Z" in to the
format "Tue, 30 May 2006 11:48:00 GMT". How to do this? A short &
simple solution would be great!

Your input looks looks like ISO 8601

http://www.cl.cam.ac.uk/~mgk25/iso-time.html

Looking for a 8601 parser will be half
your answer.

BugBear
.