I\'m using jQuery\'s datepicker plugin in .NET ASP MVC3 intranet application. User that use application have offices in different countries and different locale. This is why
store in hidden field
@Html.HiddenFor(model=>model.StartDate) @Html.HiddenFor(model=>model.EndDate)