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

index 226c8a7..55e5c9d 100644 (file)
@@ -325,7 +325,7 @@ 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.useIso ? this.format : 'Y-m-d'; // make sure they are the same..?
         Roo.log('picker set value');
         Roo.log(this.getValue());
         p.setValue(this.getValue() || new Date());