If the CSV: Import Date Format is set to anything but y-m-d, an import of a just-exported .csv with date/datetime fields fails. For example, the 'Featured' products' export.
That's since the exported date/datetime fields are always in MySQL format yyyy-mm-dd. Update the import checking to accept this format in addition to the configured format.
If the
CSV: Import Date Formatis set to anything buty-m-d, an import of a just-exported .csv with date/datetime fields fails. For example, the 'Featured' products' export.That's since the exported date/datetime fields are always in MySQL format
yyyy-mm-dd. Update the import checking to accept this format in addition to the configured format.