Roo/bootstrap/DateField.js
authorAlan Knowles <alan@roojs.com>
Wed, 8 Apr 2015 05:54:02 +0000 (13:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 8 Apr 2015 05:54:02 +0000 (13:54 +0800)
Roo/bootstrap/DateField.js

index 9b466e0..42aedd8 100644 (file)
@@ -732,6 +732,7 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
                             month += 1;
                         }
                     }
+                    Roo.log([year,month,day]);
                     this.date = this.UTCDate(year, month, day,0,0,0,0);
                     this.viewDate = this.UTCDate(year, month, Math.min(28, day),0,0,0,0);
 //                    this.fill();