[PHP] Any easy way to go from MySQL Dates to PHP dates?

2002-03-30 Thread David Johansen
I was just wondering if there's any way to work with dates returned from a MySQL query in PHP. Right now I do all of different stuff in my MySQL query but it's really cumbersome, so I would like to be able to do it all with PHP. Is there any way to do that? Thanks, Dave Here's my MySQL query:

Re: [PHP] Any easy way to go from MySQL Dates to PHP dates?

2002-03-30 Thread Jason Wong
On Sunday 31 March 2002 04:04, David Johansen wrote: I was just wondering if there's any way to work with dates returned from a MySQL query in PHP. Right now I do all of different stuff in my MySQL query but it's really cumbersome, so I would like to be able to do it all with PHP. Is there