Roo/bootstrap/DateField.js
authorEdward <edward@roojs.com>
Mon, 26 May 2014 10:53:15 +0000 (18:53 +0800)
committerEdward <edward@roojs.com>
Mon, 26 May 2014 10:53:15 +0000 (18:53 +0800)
Roo/bootstrap/DateField.js

index a5d741d..9cddf66 100644 (file)
@@ -591,7 +591,11 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
         }
         
         if(this.showTime){
-            Roo.log(this.time.getUTCHours());
+            var hours = this.time.getHours();
+            var minutes = this.time.getMinutes();
+            
+            
+            
         }
         
     },