Hi,
I am using a date picker to edit the date displayed on my grid.
@(Html.Kendo().DatePicker() .Name("Date") .Value("Value") .Format("MM/dd/yyyy") .HtmlAttributes(new { style = "width: 30%" }))I just want it to be saved in the format (mm/dd/yyyy) and I dont want those extra labels such as indian standard time etc.
Can anyone help?
Regards,
Adhip