How do I show Date Format in Webgrid in MVC3 as "MM/dd/yyyy"?
标签:
asp.net-mvc-3
相关问题
- Entity Framework throws exception - Network Relate
- Slow loading first page - ASP.NET MVC
- How to do an inline style with asp.net mvc 3 razor
- How to access the System.ComponentModel.DataAnnota
- Validation Attribute get triggered two times
相关文章
- “Dynamic operations can only be performed in homog
- Change color of bars depending on value in Highcha
- How to get server path of physical path ?
- How to find the exceptions / errors when TryUpdate
- ASP.Net MVC 3: optgroup support in Html.DropDownLi
- A circular reference was detected while serializin
- AccessViolationException was unhandled
- How to hide miniprofiler?
PLease don't use magic format in ToString. You can set cultury in server or client. and use Date.ToShortDate()
you haven't shown any code so, im going to answer what i have got you can try