@@ -84,7 +84,7 @@ Ext.define('saas.view.core.form.field.Month', {
return;
}
- this.setValue(year + month);
+ this.setValue(year + '' + month);
me.onSelect();
},