summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2006-11-16 06:20:38 +0000
committerjeff <jeff>2006-11-16 06:20:38 +0000
commit7c1d5f4ce778b4ab56301a042076e7c1dce46152 (patch)
tree5043578159426a7f2b71f4dc08a1ce481efffae7 /httemplate/edit/cust_main.cgi
parent4fc89f725b1ef07a6f1687af0ddeb83988d493c1 (diff)
switch birthdate to DateTime
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-xhttemplate/edit/cust_main.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index 57d4dac5e..daddd8ece 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -172,7 +172,8 @@
'birthdate',
$cust_main->birthdate,
'Date of Birth',
- $conf->config('date_format') || "%m/%d/%Y")
+ $conf->config('date_format') || "%m/%d/%Y",
+ 1)
%>
</TABLE>