You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in this case picker not use format string from options.
need add Date.defineParser(this.options.format);
to Picker.Date, getInputDate
before var date = Date.parse(input.get('value')); string
tnx
The text was updated successfully, but these errors were encountered:
in this case picker not use format string from options.
need add Date.defineParser(this.options.format);
to Picker.Date, getInputDate
before var date = Date.parse(input.get('value')); string
tnx
The text was updated successfully, but these errors were encountered: