[PHP] format timestamp

2007-01-17 Thread weetat
Hi all , I am using php 4.2 , mysql and Linux OS. I need to format timestamp to string using strftime , for e.g: strftime('%e',117000) - the day should be 28 , but is 29 when i execute strftime() function. Anyone have ideas what is the problems ? Thanks -- PHP General Mailing

Re: [PHP] format timestamp

2007-01-17 Thread Curt Zirzow
On 1/17/07, weetat [EMAIL PROTECTED] wrote: Hi all , I am using php 4.2 , mysql and Linux OS. I need to format timestamp to string using strftime , for e.g: strftime('%e',117000) - the day should be 28 , but is 29 when i execute strftime() function. Anyone have ideas what is

Re: [PHP] format timestamp

2007-01-17 Thread Jim Lucas
weetat wrote: Hi all , I am using php 4.2 , mysql and Linux OS. I need to format timestamp to string using strftime , for e.g: strftime('%e',117000) - the day should be 28 , but is 29 when i execute strftime() function. Anyone have ideas what is the problems ? Thanks could be

Re: [PHP] format timestamp

2007-01-17 Thread Jim Lucas
weetat wrote: Hi all , I am using php 4.2 , mysql and Linux OS. I need to format timestamp to string using strftime , for e.g: strftime('%e',117000) - the day should be 28 , but is 29 when i execute strftime() function. Anyone have ideas what is the problems ? Thanks I am