Merge pull request #257 from snydesc/master

Format should be applied to option value
This commit is contained in:
Valeriy 2015-04-06 11:05:13 +05:00
commit 5881907710

View File

@ -871,10 +871,10 @@
}
if (options.value) {
if (input && input.val) {
input.val(options.value);
}
_xdsoft_datetime.setCurrentTime(options.value);
if (input && input.val) {
input.val(_xdsoft_datetime.str);
}
}
if (isNaN(options.dayOfWeekStart)) {