[PHP-WIN] Date Conversion

2004-02-24 Thread Sudeep Sarath
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 : "; echo $time; ?> which displays the server date & time which is in the time Zone PST. So please tell

Re: [PHP-WIN] date conversion

2004-02-20 Thread Sudeep Sarath
Hai Rajesh, ThanxIt worked with date. But when i try to display the time by: It displays time approx 1hour ahead of IST. What could be the problem?? SuDeEp Rajesh Kumar <[EMAIL PROTECTED]> wrote: Sudeep Sarath once wrote: > I have to convert the server date to my local date i.e Indian

Re: [PHP-WIN] date conversion

2004-02-20 Thread Sudeep Sarath
Hai Rajesh, ThanxIt worked with date. But when i try to display the time by: It displays time approx 1hour ahead of IST. What could be the problem?? SuDeEp Rajesh Kumar <[EMAIL PROTECTED]> wrote: Sudeep Sarath once wrote: > I have to convert the server date to my local date i.e Indian

[PHP-WIN] date conversion

2004-02-20 Thread Sudeep Sarath
Hai everyone, A small problem..Help me out of this. I have to convert the server date to my local date i.e Indian standard time(IST)(or to my system time). My program is : which displays the server date which is in the time Zone PST. So please tell how to convert this date to my local dat

RE: [PHP-WIN] Date conversion

2002-07-25 Thread Scott Carr
ecified) > date). > > PHEW! > > Good luck! > > -Dash > > -Original Message- > From: Kit Kerbel [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 12:05 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] Date conversion > > > I&

RE: [PHP-WIN] Date conversion

2002-07-25 Thread Dash McElroy
y 25, 2002 12:05 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Date conversion I'm pulling the "2002-04-02 00:00:00" from a database(mssql). It reads 04/02/2002 in the database table, but when you pull the value out with php, it converts it to 2002-04-02 00:00:00. Then I am tr

RE: [PHP-WIN] Date conversion

2002-07-25 Thread Kit Kerbel
ot comparing properly. Not sure what to do. Seems kinda like a stupid sticking point. Kit Original Message Follows From: Dash McElroy <[EMAIL PROTECTED]> To: 'Kit Kerbel' <[EMAIL PROTECTED]> Subject: RE: [PHP-WIN] Date conversion Date: Thu, 25 Jul 2002 10:02:03 -070

[PHP-WIN] Date conversion

2002-07-25 Thread Kit Kerbel
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 _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- PHP Windows Mailing List

RE: [PHP-WIN] date conversion

2001-02-14 Thread Andreas Lange
> -Original Message- > From: Vasu [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 15, 2001 1:53 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] date conversion > > > Hi, > > I am trying to get US date out of a DATETIME column but it > returns "

[PHP-WIN] date conversion

2001-02-14 Thread Vasu
Hi, I am trying to get US date out of a DATETIME column but it returns "12/31/1969". The line of code that I am using is: FileSentDate); ?> According to the documentation, the second parameter of the date() function requires timestamp value which is int data type. If any of you know how to