diff options
| -rwxr-xr-x | httemplate/edit/REAL_cust_pkg.cgi | 4 | ||||
| -rwxr-xr-x | httemplate/search/cust_pkg.html | 4 | ||||
| -rwxr-xr-x | httemplate/search/report_cc.html | 4 | ||||
| -rwxr-xr-x | httemplate/search/report_credit.html | 4 | ||||
| -rw-r--r-- | httemplate/search/report_cust_pay.html | 4 | ||||
| -rwxr-xr-x | httemplate/search/report_tax.html | 4 | 
6 files changed, 12 insertions, 12 deletions
| diff --git a/httemplate/edit/REAL_cust_pkg.cgi b/httemplate/edit/REAL_cust_pkg.cgi index bfc545f20..ef5a6a1e9 100755 --- a/httemplate/edit/REAL_cust_pkg.cgi +++ b/httemplate/edit/REAL_cust_pkg.cgi @@ -1,6 +1,6 @@  <!-- mason kludge -->  <% -# <!-- $Id: REAL_cust_pkg.cgi,v 1.4.4.2 2003-09-30 08:21:58 ivan Exp $ --> +# <!-- $Id: REAL_cust_pkg.cgi,v 1.4.4.3 2003-11-19 12:21:10 ivan Exp $ -->  my $error ='';  my $pkgnum = ''; @@ -119,7 +119,7 @@ print '<TR><TD ALIGN="right">Cancellation date</TD><TD BGCOLOR="#ffffff">',  %>    Calendar.setup({      inputField: "<%= $cal %>_text", -    ifFormat:   "mm/dd/y", +    ifFormat:   "%m/%d/%Y",      button:     "<%= $cal %>_button",      align:      "BR"    }); 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"    }); | 
