Telerik MVC Grid Tanggal Edited No Time

// Add Data Annotation
[DataType(DataType.Date)]
public DateTime CollegeDeadline { get; set; }
Chris PA