mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
Update jquery.datetimepicker.full.js
This commit is contained in:
parent
e693d36880
commit
90a6255840
@ -1834,7 +1834,7 @@ var DateFormatter;
|
||||
|
||||
if (!norecursion && options.defaultDate) {
|
||||
date = _this.strToDateTime(options.defaultDate);
|
||||
d.setDate(0);
|
||||
d.setDate(1);
|
||||
d.setFullYear(date.getFullYear());
|
||||
d.setMonth(date.getMonth());
|
||||
d.setDate(date.getDate());
|
||||
|
Loading…
Reference in New Issue
Block a user