summaryrefslogtreecommitdiff
path: root/httemplate/elements/input-date-field.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/input-date-field.html')
-rw-r--r--httemplate/elements/input-date-field.html5
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>