Re: [PHP-DB] php dates and postgres

2007-01-11 Thread Chris
Natalie Leotta wrote: Hello, I need to query my db to find out if an entry has been updated since a date the user enters (mm/dd/). Can I do something like the stuff below? Or do I need to do the extract epoch stuff backwards somehow? $timestamp = strtotime($user_date); $postgres_format =

[PHP-DB] php dates and postgres

2007-01-11 Thread Natalie Leotta
Hello, I need to query my db to find out if an entry has been updated since a date the user enters (mm/dd/). Can I do something like the stuff below? Or do I need to do the extract epoch stuff backwards somehow? $timestamp = strtotime($user_date); $postgres_format = date(format info that m