Please add support for this. DateTimePickerFor() cannot be used, same applies to TimePickerFor().
Without this support it makes it hard to use the correct data types both in C# and in SQL Server.
Have you tried using [UIHint] with DateOnly? Something like
[DataType(DataType.Date)]