From 40a1ad133a19994311dc5a91b375d25aedd6d679 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 15 Dec 2014 22:46:40 -0800 Subject: fix time in payment and credit back-dating, RT#32320 --- httemplate/elements/input-date-field.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'httemplate/elements/input-date-field.html') diff --git a/httemplate/elements/input-date-field.html b/httemplate/elements/input-date-field.html index 0e786cb46..fa495b192 100644 --- a/httemplate/elements/input-date-field.html +++ b/httemplate/elements/input-date-field.html @@ -14,6 +14,11 @@ ifFormat: "<% $format %>", button: "<% $name %>_button", align: "BR" +% if ( $format =~ /\%r/ ) { + , + showsTime: true, + timeFormat: 12 +% } }); -- cgit v1.2.1