SyntaxFix
Write A Post
Hire A Developer
Questions
Had the same problem recently.
I discovered that simply defining DataType as Date in the model works as well (using Code First approach)
[DataType(DataType.Date)] public DateTime Added { get; set; }