Hi
I am trying to restrict selection of past date in datepicker.
I had added
TypeError: t is undefined
[Break On This Error]
t = t.toString();
Can you specify what can be the issue for this.
I am trying to restrict selection of past date in datepicker.
I had added
minDate: new Date()
in DateTime Picker config but it is giving javascript error in frontend.TypeError: t is undefined
[Break On This Error]
t = t.toString();
Can you specify what can be the issue for this.