From 4eec09b9bb69dea116c0f8b5fa81862125aa587c Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 19 Nov 2003 12:21:09 +0000 Subject: [PATCH] fix jscalendar date ifFormat --- httemplate/edit/REAL_cust_pkg.cgi | 4 ++-- httemplate/search/cust_pkg.html | 4 ++-- httemplate/search/report_cc.html | 4 ++-- httemplate/search/report_credit.html | 4 ++-- httemplate/search/report_cust_pay.html | 4 ++-- 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 4156b850b..d9b7579f6 100755 --- a/httemplate/edit/REAL_cust_pkg.cgi +++ b/httemplate/edit/REAL_cust_pkg.cgi @@ -1,6 +1,6 @@ <% -# +# my $error =''; my $pkgnum = ''; @@ -119,7 +119,7 @@ print 'Cancellation date', %> 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 @@