Import not working on a CPT datetime field
-
Hello, I can’t import a CPT datetime field.
I have this field called “date-match”, which is, according to JetEngine, type “datetime-local”.
This is the string I try to import: 2021-10-13 00:00
I’ve also tried: 2021-10-13 00:00:00
And: 2021-10-13T00:00
Not even: 2021-10-13T00:00:00Sadly, it always come as “1970-01-01T00:00”.
I’ve tried to substitute hyphens to slashes, no success.
Is it because of JetEngine’s datetime type? I’ve tried to change from datetime to date, and not working too.
Is there any workaround this?
From what I’ve searched, the “date_create()” function is used on this. Maybe if I edit used function directly in the plugin source code?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Import not working on a CPT datetime field’ is closed to new replies.