Hi,
I want to export a collection and import it later in a Wordpress CMS.
The problem is with a date format of Created On field which is not in standart format:
Tue Sep 06 2022 08:11:29 GMT+0000 (Coordinated Universal Time)
Normally import/export plugins work with ISO format dates, like
2022-09-06 08:11:29 (+0000)
Is there a way to have a ‘correct’ format of exported date fields?
Thank you!
Try removing that string in your CSV. I use all-in-one-import with a custom php function to make Webflow’s non standard date/time value conform to ISO standards during importing.