Jump to content

lyndonw

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by lyndonw

  1. Thanks guys - I used a mixture of both your advice after a few errors (I presume because the data was an object not a string): // Lets convert the date into a usable format.. $date = strtotime((string) $data->StartTime); // And into a datetime friendly format $datetime_value = date("Y-m-d H:i:s", $date);
  2. Thanks guys, I'll take a bash now...
  3. I'm pulling some info from various XML files and am having problems converting the following date format so that it can be stored as a DATETIME field in a MySQL database. Tuesday,17 August 2010 09:25:00 This obvious newbie would appreciate a shove in the right direction... Thanks in advance
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.