Re: [PHP] Timestamps and strftime

2009-06-04 Thread John Comerford
Thanks Jonathan, Thats exactly what I needed. I appreciate the help, JC Mayer, Jonathan wrote: Off the top of my head, would strtotime work? ie strftime("%j",strtotime($row['UpdateDate'])) -Original Message- From: John Comerford [mailto:jo...@optionsystems.com.au] Sent: 04 June 20

RE: [PHP] Timestamps and strftime

2009-06-03 Thread Mayer, Jonathan
Off the top of my head, would strtotime work? ie strftime("%j",strtotime($row['UpdateDate'])) -Original Message- From: John Comerford [mailto:jo...@optionsystems.com.au] Sent: 04 June 2009 07:10 To: php-general@lists.php.net Subject: [PHP] Timestamps and strftime Hi, I am having a pro