----- Original Message -----
From: "drieux" <[EMAIL PROTECTED]>
To: "begin begin" <[EMAIL PROTECTED]>
Sent: Wednesday, June 19, 2002 5:11 AM
Subject: Re: Formating date string


>
> On Tuesday, June 18, 2002, at 07:29 , Chris Knipe wrote:
>
> > How can I convert a date such as '18 Jun, 2002 at 11:00:00 (SAT)' into a
> > DD/MM/YYYY HH:MM string?
>
> are you safely convinced that you will always be seeing your
> input in that format - then the following would help you:
>
> http://www.wetware.com/drieux/pbl/perlTrick/dateStringConvert.txt

Thanks, I'll have a look now :-)

I came up with my own little sub that's basically just two split calls to
split the date & time fields into their own variables... Not to sure how
"correct" that is, but it's working :-)

And yes, the date format already has been in that format for more than three
years... Silly South Africans -eg-

Ok looking at the code.. We basically did the same thing, mine's just allot
uglier and longer... So I'm gonna use your func :-)  Thanks!


--
me




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to