View Single Post

  #7 (permalink)  
Old 03-12-2008
Michael Fesser
 
Posts: n/a
Default Re: retrieve the day of the week

..oO(Kram Techie)

>"Michael Fesser" <netizen@gmx.de> wrote in message
>news:2brft39fv1d57bnhhdom9lvs7irsgsp122@4ax.com.. .
>>
>> <?php
>> $date = '11 Mar 2008 22:32:06';
>> print date('l', strtotime($date));
>> ?>
>>
>> Micha

>
>Hi Micha
>
>that works a treat


It still means that the dates in your DB are stored in the wrong format.
The date column should be of type DATETIME.

Micha
Reply With Quote