RE: Newbie needs help changing date format

2004-08-26 Thread John Bruin
27 August 2004 9:35 a.m. To: John Bruin; [EMAIL PROTECTED] Subject: Re: Newbie needs help changing date format > Hi > > I have a list of dates that have been converted to epoch seconds, processed > and then converted back to a string (using timelocal). The resulting > date format is

Re: Newbie needs help changing date format

2004-08-26 Thread Gunnar Hjalmarsson
John Bruin wrote: I have a list of dates that have been converted to epoch seconds, processed and then converted back to a string (using timelocal). The resulting date format is:- "Wed Mar 16 22:10:16 2004" What is the easiest way to convert this format (or epoch seconds) to "16-Mar-2004 22:10" - T

Re: Newbie needs help changing date format

2004-08-26 Thread Wiggins d Anconia
> Hi > > I have a list of dates that have been converted to epoch seconds, processed > and then converted back to a string (using timelocal). The resulting date > format is:- > > "Wed Mar 16 22:10:16 2004" > > What is the easiest way to convert this format (or epoch seconds) to > "16-Mar-2004 22

Newbie needs help changing date format

2004-08-26 Thread John Bruin
Hi I have a list of dates that have been converted to epoch seconds, processed and then converted back to a string (using timelocal). The resulting date format is:- "Wed Mar 16 22:10:16 2004" What is the easiest way to convert this format (or epoch seconds) to "16-Mar-2004 22:10" - preferrably u