|
@@ -182,7 +182,7 @@
|
|
|
max = this.parseDate(options.max, dateFormat, separator);
|
|
max = this.parseDate(options.max, dateFormat, separator);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- var date = new Date(year, month, day, hours, minutes, seconds);
|
|
|
|
|
|
|
+ date = new Date(year, month, day, hours, minutes, seconds);
|
|
|
|
|
|
|
|
switch(true) {
|
|
switch(true) {
|
|
|
case(options.min && !options.max && valid):
|
|
case(options.min && !options.max && valid):
|