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

Reply via email to