flyalaska Posted February 22, 2018 Report Posted February 22, 2018 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? Quote
Administrators Nabeel Posted February 24, 2018 Administrators Report Posted February 24, 2018 The joindate probably isn't in the SELECT clause for those other pages Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.