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
|