|
Posted by Jonathan Crawford on 11/04/05 19:04
thanks ever so much,
that was just what I needed and it does
make sense to me now.
thanks
jc
--
===============
Jonathan Crawford
jc@tgsi.net
===============
"Peter van Schie" <vanschie.peter@gmail.com> wrote in message
news:436b5b7b$0$11069$e4fe514c@news.xs4all.nl...
> Jonathan Crawford wrote:
>> I am niew to pho and am having trouble with dates.
>>
>> I can format a date ok
>> so $today=date('d M Y' )
>> gives me 2 Nov 2005
>>
>>
>> $dateval is a mysql date
>> yyyy-mm-dd hh:nn:sss (2005-10-26 13:32:09)
>> $today=date('d M Y' ,$dateval)
>> gives me something like 1 july 1970
>
> Hi Jonathan,
>
> Try:
>
> $today=date('d M Y', strtotime($dateval));
>
> HTH.
> Peter.
>
> --
> http://www.phpforums.nl
Navigation:
[Reply to this message]
|