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

index 9cddf66..5acd792 100644 (file)
@@ -594,7 +594,11 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
             var hours = this.time.getHours();
             var minutes = this.time.getMinutes();
             
+            var period = 'AM';
             
+            if(hours > 12){
+                hours
+            }
             
         }