Sudeep sarath wrote:
Hi everyone,
A small problem..Help me out of this.
I have to convert the server date and time to my local date and time i.e Indian standard time(IST)(or to my system time).
My program is :
$display=date("F d, Y");
$time=date("H:i:s");
echo $display."";
echo $time;
?>
"Kit Kerbel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I would like to convert 2002-04-02 00:00:00 to the format,
> 04-02-2002or m/d/Y
>
> How would I do this?
>
> Thanx in advance,
> Kit
>
>
>
> ___