flyalaska Posted February 22, 2018 Report Share 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 Link to comment Share on other sites More sharing options...
flyalaska Posted February 23, 2018 Author Report Share Posted February 23, 2018 bump Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted February 24, 2018 Administrators Report Share Posted February 24, 2018 The joindate probably isn't in the SELECT clause for those other pages Quote Link to comment Share on other sites More sharing options...
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.