0

can i get null date ? if i do not enter any date from datepicker. I want to show date control blank and if user do not enter or select any date then it return null.I am using Kendo Ui.

Akil M Belim
  • 115
  • 9

1 Answers1

0

You can simply check for value of field to which you have bind the datepicker.

If its empty then return null else return its value as date.

Milind Anantwar
  • 81,290
  • 25
  • 94
  • 125