summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorivan <ivan>2003-11-19 12:21:09 +0000
committerivan <ivan>2003-11-19 12:21:09 +0000
commit4eec09b9bb69dea116c0f8b5fa81862125aa587c (patch)
tree8d4827b7209e9f4250099e1c948bcb9e8bfbdeb0 /httemplate/search
parentd0bc83c16f5c9b38dda97671de8a49894fb08b4d (diff)
fix jscalendar date ifFormat
Diffstat (limited to 'httemplate/search')
-rwxr-xr-xhttemplate/search/cust_pkg.html4
-rwxr-xr-xhttemplate/search/report_cc.html4
-rwxr-xr-xhttemplate/search/report_credit.html4
-rw-r--r--httemplate/search/report_cust_pay.html4
-rwxr-xr-xhttemplate/search/report_tax.html4
5 files changed, 10 insertions, 10 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"
});
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"
});
diff --git a/httemplate/search/report_credit.html b/httemplate/search/report_credit.html
index 310b9cb59..11cb32ed8 100755
--- a/httemplate/search/report_credit.html
+++ b/httemplate/search/report_credit.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"
});
diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html
index b8581ba4b..1b30685dc 100644
--- a/httemplate/search/report_cust_pay.html
+++ b/httemplate/search/report_cust_pay.html
@@ -30,7 +30,7 @@
<SCRIPT TYPE="text/javascript">
Calendar.setup({
inputField: "beginning_text",
- ifFormat: "mm/dd/y",
+ ifFormat: "%m/%d/%Y",
button: "beginning_button",
align: "BR"
});
@@ -41,7 +41,7 @@
<SCRIPT TYPE="text/javascript">
Calendar.setup({
inputField: "ending_text",
- ifFormat: "mm/dd/y",
+ ifFormat: "%m/%d/%Y",
button: "ending_button",
align: "BR"
});
diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html
index 55b9e097b..7bc35e3ed 100755
--- a/httemplate/search/report_tax.html
+++ b/httemplate/search/report_tax.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"
});