Join Date on All Pages

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?

bump

The joindate probably isn’t in the SELECT clause for those other pages