My Model Class looks like this:
[DataType(DataType.Time)]
public DateTime Time {get; set;}
When I run it, I have a cool an HTML 5 Input Type in Time. When I save the data, the value in my database looks like this:
7/11/2014 1:00AM
It automatically saves the current date. I just wanna have the time saved. I'm trying to create a reservation system.