Fix for Date and Int datatypes having new editors in MVC4

This commit is contained in:
2012-12-17 21:34:53 -05:00
parent f222cef2e5
commit 2bcca06b7e
12 changed files with 60 additions and 14 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ namespace MileageTraker.Web.Controllers
LogType = logType,
EmployeeName = name,
VehicleId = vehicleId,
Date = DateTime.Today.ToShortDateString()
Date = DateTime.Today
};
}