Roo/bootstrap/DateSplitField.js
authoredward <edward@roojs.com>
Tue, 19 Apr 2016 05:45:25 +0000 (13:45 +0800)
committeredward <edward@roojs.com>
Tue, 19 Apr 2016 05:45:25 +0000 (13:45 +0800)
Roo/bootstrap/DateSplitField.js

index 904201c..10dd3d9 100644 (file)
@@ -231,28 +231,28 @@ Roo.extend(Roo.bootstrap.DateSplitField, Roo.bootstrap.Component,  {
             return;
         }
         
-        this.setDay(d.format(this.dayFormat));
-        this.setMonth(d.format(this.monthFormat));
-        this.setYear(d.format(this.yearFormat));
+        this.setDayt(d.format(this.dayFormat));
+        this.setMontht(d.format(this.monthFormat));
+        this.setYeart(d.format(this.yearFormat));
         
         this.validate();
         
         return;
     },
     
-    setDay : function(v)
+    setDayt : function(v)
     {
         this.dayField.setValue(v);
         return;
     },
     
-    setMonth : function(v)
+    setMontht : function(v)
     {
         this.monthField.setValue(v);
         return;
     },
     
-    setYear : function(v)
+    setYeart : function(v)
     {
         this.yearField.setValue(v);
         return;