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
@@ -12,7 +12,7 @@ namespace Web.Tests.ViewModels
public void GetLog_Converts_To_Log()
{
var cityName = "My Town";
var date = DateTime.Today.ToString("d");
var date = DateTime.Today;
var employeeName = "Name";
var endOdometer = "1234";
var ethraId = "4567";