Converting a date string + a time string to postgresql Times
Posted: Mon May 16, 2005 2:49 pm
Hi.
I have two strings (got from a web service).
Date: "5/16/2005"
Time: "3:17pm"
I want to insert this a a timestamp into a field in a Postgresql database.
Is there a php function or a hack that does that for me?
Thanks in advance.
I have two strings (got from a web service).
Date: "5/16/2005"
Time: "3:17pm"
I want to insert this a a timestamp into a field in a Postgresql database.
Is there a php function or a hack that does that for me?
Thanks in advance.