How do I show Date Format in Webgrid in MVC3 as \"MM/dd/yyyy\"?
PLease don't use magic format in ToString. You can set cultury in server or client. and use Date.ToShortDate()