summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pkg.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/cust_pkg.html')
-rwxr-xr-xhttemplate/search/cust_pkg.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/cust_pkg.html b/httemplate/search/cust_pkg.html
index 3d80d51a9..0dad83a2a 100755
--- a/httemplate/search/cust_pkg.html
+++ b/httemplate/search/cust_pkg.html
@@ -18,7 +18,7 @@
<SCRIPT TYPE="text/javascript">
Calendar.setup({
inputField: "beginning_text",
- ifFormat: "mm/dd/y",
+ ifFormat: "%m/%d/%Y",
button: "beginning_button",
align: "BR"
});
@@ -30,7 +30,7 @@
<SCRIPT TYPE="text/javascript">
Calendar.setup({
inputField: "ending_text",
- ifFormat: "mm/dd/y",
+ ifFormat: "%m/%d/%Y",
button: "ending_button",
align: "BR"
});