Hi,
Can we change the format in Add/Edit Scheduler?
I have a scheduler with Custom Editor Template with start and date template using DatePicker as following.
@(Html.Kendo().DatePickerFor(model => model.Start)
.Value(DateTime.Today)
.Format("dd MMM yyyy"))
@(Html.Kendo().DatePickerFor(model => model.End)
.Value(DateTime.Today)
.Format("dd MMM yyyy"))
But everytime I tried to save the New Scheduler, it always said "The field Start must be a date/ The field End must be a date".
Is there any way to change the format?
Thanks.
Can we change the format in Add/Edit Scheduler?
I have a scheduler with Custom Editor Template with start and date template using DatePicker as following.
@(Html.Kendo().DatePickerFor(model => model.Start)
.Value(DateTime.Today)
.Format("dd MMM yyyy"))
@(Html.Kendo().DatePickerFor(model => model.End)
.Value(DateTime.Today)
.Format("dd MMM yyyy"))
But everytime I tried to save the New Scheduler, it always said "The field Start must be a date/ The field End must be a date".
Is there any way to change the format?
Thanks.