[IMP]AM/PM format for time.
authorVidhin Mehta <vme@tinyerp.com>
Tue, 29 Jan 2013 05:32:43 +0000 (11:02 +0530)
committerVidhin Mehta <vme@tinyerp.com>
Tue, 29 Jan 2013 05:32:43 +0000 (11:02 +0530)
bzr revid: vme@tinyerp.com-20130129053243-i0g24lzu9bpmdawm

addons/web/static/src/js/view_form.js

index cc9f452..da1eaf9 100644 (file)
@@ -2398,6 +2398,7 @@ instance.web.DateTimeWidget = instance.web.Widget.extend({
             showButtonPanel: true,
             firstDay: Date.CultureInfo.firstDayOfWeek,
             controlType:  value,
+            timeFormat: 'hh:mm tt'
         };
     },
     start: function() {