i have a date stored in mssql7.0 db in
yyyy-mm-dd hh:mi:ss format. date column
data type is datatime.
when i tried to retrieve date value from db to php variable, date format automatically gets converted to month dd yyyy hh:miAM/PM
(Jul 29 2001 12:41PM)format.
how do i get the same date format which is stored in db ?
Thanks in advance
Jagan.