From: ivan Date: Wed, 19 Nov 2003 12:21:09 +0000 (+0000) Subject: fix jscalendar date ifFormat X-Git-Tag: freeside_1_5_0pre4^2~143 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=4eec09b9bb69dea116c0f8b5fa81862125aa587c;p=freeside.git fix jscalendar date ifFormat --- 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 @@