I am using php with sql server. I have a field expiration which is of type datetime.
I add a date for the expiration as '06/24/03 09:09:09' using a web form. When i try to display the same expiration in an edit form using $row["expiration"] it displays it as 'Jun 24 2003 09:09 AM'. How can I display the date as the above without the conversion. If i see the database the date is in the format I added '06/24/03... but it displays it as June 24..... Please help. Thanks, Regards, Harpreet -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php