diff options
Diffstat (limited to 'httemplate/search/report_cc.html')
-rwxr-xr-x | httemplate/search/report_cc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/report_cc.html b/httemplate/search/report_cc.html index 7bbfa40ce..595a7b150 100755 --- a/httemplate/search/report_cc.html +++ b/httemplate/search/report_cc.html @@ -16,7 +16,7 @@ <SCRIPT TYPE="text/javascript"> Calendar.setup({ inputField: "beginning_text", - ifFormat: "mm/dd/y", + ifFormat: "%m/%d/%Y", button: "beginning_button", align: "BR" }); @@ -27,7 +27,7 @@ <SCRIPT TYPE="text/javascript"> Calendar.setup({ inputField: "ending_text", - ifFormat: "mm/dd/y", + ifFormat: "%m/%d/%Y", button: "ending_button", align: "BR" }); |