Roo/bootstrap/DateField.js
authoredward <edward@roojs.com>
Tue, 8 Aug 2017 10:52:40 +0000 (18:52 +0800)
committeredward <edward@roojs.com>
Tue, 8 Aug 2017 10:52:40 +0000 (18:52 +0800)
Roo/bootstrap/DateField.js

index ea0c41c..4a5fe1f 100644 (file)
@@ -960,6 +960,10 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
             return false;
         }
         
+//        if (this.endDate !== Infinity) {
+//            this.endDate = this.parseDate(this.endDate);
+//        }      
+        
         return true;
     },