There are tow options:
1. You can set it to a base epoch (yyyy-mm-dd):
o DateTime datefield default="1970-01-01" or
o DateTime datefield default="1900-01-01"
2. You can set it to nothing by using optional:
o DateTime datefield optional
then you can input the right yyyy-mm-dd (DoB) format.