surveyjs / custom-widgets

The collection of custom widgets for SurveyJS: Survey Library and Survey Creator :package:
https://surveyjs.io
MIT License
79 stars 78 forks source link

Add locale time to jQuery datepicker value #313

Closed andrewtelnov closed 2 years ago

andrewtelnov commented 2 years ago

$el.datepicker('getDate') returns date without time in local time zone, on converting it into Universal time, the date can be changed to previous date. We should add time to avoid this issue.