CORRECTION:

<?php
$t = date("m/d/Y h:i:s A", time());
print $t;
?>
------------------
C:\>php -f a.php
02/14/2002 12:49:50 PM

-----Original Message-----
From: Lerp [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 14, 2002 12:45 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Time Question


Hi there. Got a bit of a snag. I'm migrating an ASP app to PHP with a
mssql7.0 backend. The snag is this, I have a 'starttime' field in my db
using the 'datetime' format ... looks like this     2/14/2002 12:21:28 PM.
Unfortuanely, I'm unable to convert this field to type integer at the
present time.

How would I get the current time in the same format as above (2/14/2002
12:21:28 PM) for insertion to the db in a datetime field datatype?

Thx Joe :)



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to