I have a date
field type with 'save_format' => 'Y-m-d'
.
When the field is left empty and I save the post, I get a white screen of death. The post is not updated. No errors are reported by WP debugging.
If I comment out the 'save_format' => 'Y-m-d'
line, the post saves correctly.