ASP.NET MVC DateTime validation issue when using Chrome
This morning I wasted about 4 hours on a bug that turned out to be a browser issue rather than a code one. When using Chrome I noticed that my datetime validation in MVC was failing. This validation was working perfectly in Internet Explorer and Firefox. So what was going...