X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fmisc.html;h=9528db2437f6bb3ba762364e60462242a3fae671;hb=02b9c53fb85b0a87d959e140dc30ae21cccb0902;hp=fdc5ba4ea6ba8816200db721a45531ea2f006f5e;hpb=5f916c133ea7b29af6d8d82e0e323d7ad0b4662a;p=freeside.git diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index fdc5ba4ea..9528db243 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -91,11 +91,19 @@ <% $cust_main->otaker %> + + Signup Date + <% $cust_main->signupdate ? time2str($date_format, $cust_main->signupdate) : '' %> + + % if ( $conf->exists('cust_main-enable_birthdate') ) { +% my $dt = DateTime->from_epoch(epoch => $cust_main->birthdate, +% time_zone=>'floating', +% ); Date of Birth - <% $cust_main->birthdate ? time2str($date_format, $cust_main->birthdate) : '' %> + <% $cust_main->birthdate ne '' ? $dt->strftime($date_format) : '' %> % }