summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pkg.html
diff options
context:
space:
mode:
authorivan <ivan>2003-11-19 12:21:10 +0000
committerivan <ivan>2003-11-19 12:21:10 +0000
commit7d779f57859e2baf62002d1445328b6fd52ba457 (patch)
tree5f44d0ee0e2579ab8b0978bf98f2877d304b96f2 /httemplate/search/cust_pkg.html
parent80fd4076454f560eb30d3cc8106945214819aa24 (diff)
fix jscalendar date ifFormat
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"
});