zindex on combos on popovers..
[roojs1] / roojs-bootstrap-debug.js
index fd393c2..d571ae0 100644 (file)
@@ -21580,8 +21580,8 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
                 //Roo.log(className);
                 if (className.indexOf('day') > -1 && className.indexOf('disabled') < 0 ){
                     var day = parseInt(html, 10) || 1;
-                    var year = this.viewDate.getUTCFullYear(),
-                        month = this.viewDate.getUTCMonth();
+                    var year =  (new Date(this.viewDate)).getUTCFullYear(),
+                        month = (new Date(this.viewDate)).getUTCMonth();
 
                     if (className.indexOf('old') > -1) {
                         if(month === 0 ){