summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2003-11-19 12:21:10 +0000
committerivan <ivan>2003-11-19 12:21:10 +0000
commit7d779f57859e2baf62002d1445328b6fd52ba457 (patch)
tree5f44d0ee0e2579ab8b0978bf98f2877d304b96f2 /httemplate/edit
parent80fd4076454f560eb30d3cc8106945214819aa24 (diff)
fix jscalendar date ifFormat
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/REAL_cust_pkg.cgi4
1 files changed, 2 insertions, 2 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"
});