Fix for Date and Int datatypes having new editors in MVC4
This commit is contained in:
@@ -86,7 +86,7 @@ namespace MileageTraker.Web.Controllers
|
||||
LogType = logType,
|
||||
EmployeeName = name,
|
||||
VehicleId = vehicleId,
|
||||
Date = DateTime.Today.ToShortDateString()
|
||||
Date = DateTime.Today
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user