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

index b024773..62e8f84 100644 (file)
@@ -249,6 +249,7 @@ monthField.setValue('2006-5-4');
      * @param {String/Date} date The date or valid date string
      */
     setValue : function(date){
+        Roo.log('month setValue' + date);
         if (this.hiddenField) {
             this.hiddenField.value = this.formatDate(this.parseDate(date), 'Y-m-d');
         }