diff options
author | jeff <jeff> | 2006-11-16 06:20:38 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-11-16 06:20:38 +0000 |
commit | 7c1d5f4ce778b4ab56301a042076e7c1dce46152 (patch) | |
tree | 5043578159426a7f2b71f4dc08a1ce481efffae7 /httemplate/edit/cust_main.cgi | |
parent | 4fc89f725b1ef07a6f1687af0ddeb83988d493c1 (diff) |
switch birthdate to DateTime
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 3 |
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> |