From: ivan Date: Wed, 19 Nov 2003 12:21:10 +0000 (+0000) Subject: fix jscalendar date ifFormat X-Git-Tag: freeside_1_4_2beta1~375 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7d779f57859e2baf62002d1445328b6fd52ba457;p=freeside.git fix jscalendar date ifFormat --- 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 @@ <% -# +# 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 @@