I was trying to use this plugin with a custom date format that did not include minutes. When saving posts, the post would appear to save correctly, but the date was never saved. It would be empty in the post page and the DB would have an empty field stored for the date.
The formats I was using were
'date_format' => 'DD dd MM yy'
and
'time_format' => 'HH'
I was working to debug and added a new field with default format and it saved correctly. I assume this is related to the plugin not understanding a date format without minutes.
Here is the relevant ACF export (you will want to change post_type from custom type event to test).
I was trying to use this plugin with a custom date format that did not include minutes. When saving posts, the post would appear to save correctly, but the date was never saved. It would be empty in the post page and the DB would have an empty field stored for the date.
The formats I was using were
'date_format' => 'DD dd MM yy'
and
'time_format' => 'HH'
I was working to debug and added a new field with default format and it saved correctly. I assume this is related to the plugin not understanding a date format without minutes.
Here is the relevant ACF export (you will want to change
post_type
from custom typeevent
to test).