AbanteCart Community

Shopping Cart Operations => Built-in Features => Existing features => Topic started by: Nimitz1061 on June 27, 2012, 07:42:25 AM

Title: Data Import Date Formats?
Post by: Nimitz1061 on June 27, 2012, 07:42:25 AM
What formats are acceptable for date inputs in imports?  I see a couple of varieties used...
Title: Re: Data Import Date Formats?
Post by: andrew.mikhailyk on June 27, 2012, 09:34:53 AM
Hi, Nimitz

You can find all supported date and time formats if you'll follow these links: Date Formats (http://www.php.net/manual/en/datetime.formats.date.php), Time Formats (http://www.php.net/manual/en/datetime.formats.time.php).

But at the end it will convert your date and time to "YYYY-MM-DD HH:mm:ss".
Example: 2012-06-27 16:25:57
Title: Re: Data Import Date Formats?
Post by: Nimitz1061 on June 29, 2012, 12:08:53 PM
Thanks Andrew,

That is just what I needed to know.

David