diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-12-15 22:46:40 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-12-15 22:46:40 -0800 |
commit | 40a1ad133a19994311dc5a91b375d25aedd6d679 (patch) | |
tree | 4ceeb6aff46862e60c6d12c4bf114b1c83183066 /httemplate/elements/input-date-field.html | |
parent | a7db5fbb81de9859db0fc9ccbd5236ee2a0dfe9f (diff) |
fix time in payment and credit back-dating, RT#32320
Diffstat (limited to 'httemplate/elements/input-date-field.html')
-rw-r--r-- | httemplate/elements/input-date-field.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 +% } }); </SCRIPT> |