summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2003-11-19 12:21:09 +0000
committerivan <ivan>2003-11-19 12:21:09 +0000
commit4eec09b9bb69dea116c0f8b5fa81862125aa587c (patch)
tree8d4827b7209e9f4250099e1c948bcb9e8bfbdeb0 /httemplate/edit
parentd0bc83c16f5c9b38dda97671de8a49894fb08b4d (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 4156b850b..d9b7579f6 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.6 2003-09-30 08:21:56 ivan Exp $ -->
+# <!-- $Id: REAL_cust_pkg.cgi,v 1.7 2003-11-19 12:21:09 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"
});