X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Finput-date-field.html;h=fa495b192eafb85d9040cbed839448f79c7f99f9;hp=0e786cb46c9da385b09d20bfafdf17412511da62;hb=40a1ad133a19994311dc5a91b375d25aedd6d679;hpb=14b88b83f22a15b5abb5ba94328f213923a3bb95 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 +% } });