Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:30:31 +0000 (13:30 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:30:31 +0000 (13:30 +0800)
Roo/bootstrap/Calendar.js

index ea1eabb..7bf9fc1 100644 (file)
@@ -347,7 +347,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
              setCellClass(this, cells[i]);
         }
 
-        this.mbtn.setText(Date.monthNames[date.getMonth()] + " " + date.getFullYear());
+        //this.mbtn.setText(Date.monthNames[date.getMonth()] + " " + date.getFullYear());
         this.fireEvent('monthchange', this, date);
         
         if(!this.internalRender){