Roo/form/MonthField.js
authorAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 09:06:30 +0000 (17:06 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 09:06:30 +0000 (17:06 +0800)
Roo/form/MonthField.js

index fa810b3..1d0b21b 100644 (file)
@@ -323,7 +323,9 @@ monthField.setValue('2006-5-4');
         
         var m = this.menu;
         var p = m.picker;
-        o.format = this.format; // make sure they are the same..
+        o.format = this.format; // make sure they are the same..?
+        Roo.log('picker set value');
+        Roo.log(this.getValue());
         p.setValue(this.getValue() || new Date());
         m.show(this.el, "tl-bl?");