Trying to display pilots join date on all page. I am using this code.
<?php echo date(DATE_FORMAT, strtotime($userinfo->joindate));?>
also tried
<?php echo date('F n, Y', strtotime($userinfo->joindate));?>
They both show correctly in the profile pages. Any pages outside the profile it will display.
January 1, 1970
Anyone know how to display correctly on all pages?