We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ec17a5 + 8445db7 commit f55b529Copy full SHA for f55b529
src/jquery-ui-datepicker.js
@@ -43,7 +43,7 @@ function init(Survey, $) {
43
});
44
question.valueChangedCallback = function() {
45
if (question.value) {
46
- pickerWidget.datepicker("setDate", new Date(question.value));
+ pickerWidget.datepicker("setDate", question.value);
47
} else {
48
pickerWidget.datepicker("setDate", null);
49
}
0 commit comments