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)
I think the answer provided by lazyberezovsky on another SO question is the straight forward solution to this problem Entity Framework and Default Date