Date Problem in PHP?
Posted: Sat Mar 06, 2010 2:29 am
I have prove the query to the mysql table as
UPDATE info SET date_retire = date_retire+ 00600000;
which set the data of retirement of emplyees.
When i display the date_retire field on php page it give the wrong result as 01-01-1970 for each record on employee.
How can i achieve the desired date from field.
please help in this regard.
Adil
UPDATE info SET date_retire = date_retire+ 00600000;
which set the data of retirement of emplyees.
When i display the date_retire field on php page it give the wrong result as 01-01-1970 for each record on employee.
How can i achieve the desired date from field.
please help in this regard.
Adil