surveyjs/custom-widgets

Add locale time to jQuery datepicker value

andrewtelnov opened this issue · 0 comments

$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.