In my SQL Server database schema I have a data table with a date field that contains a default value of
CONVERT(VARCHAR(10), GETDATE(), 111)
The date field can be mapped to DateTime? only if the column is nullable in the database.