Date seems to store values in the database in the following format: 2009-11-01T00:00:00 - When I try to use PHP date or date format to turn this into a timestamp, it fails (reporting 1969 or something). Is there a PHP, Drupal or Date Module function which can achieve this result?

Comments

matt_harrold’s picture

The PHP manual (http://php.net) is a great resource for core PHP stuff like this.