Allan Posted June 15, 2011 Report Share Posted June 15, 2011 For some reason my date is showing 12/31/1969 in pilot public profile can view it at http://usaflightclub.com/index.php/profile/view/1 Code in place is: <?php echo date(DATE_FORMAT, strtotime($report->submitdate)); ?> Any help would be great....Thanks in advance... Regards, Quote Link to comment Share on other sites More sharing options...
James142 Posted June 15, 2011 Report Share Posted June 15, 2011 For some reason my date is showing 12/31/1969 in pilot public profile can view it at http://usaflightclub.../profile/view/1 Code in place is: <?php echo date(DATE_FORMAT, strtotime($report->submitdate)); ?> Any help would be great....Thanks in advance... Regards, The same thing happens to me. Until the pilot sends a flight report,it will show up with that date. Have a look here: http://forum.phpvms.net/topic/4970-pilot-joined-and-last-login-date/page__p__33272__hl__1969__fromsearch__1#entry33272 Quote Link to comment Share on other sites More sharing options...
Allan Posted June 15, 2011 Author Report Share Posted June 15, 2011 I have done lots of flights lol, we have been open a while now,......Take a look http://usaflightclub.com/index.php/profile/view/1 not sure, I think the code may need some tweaking for the Pilot Public profile, it works in the Pilot center...Thats where I got the code from.....any other ideas? Regards, Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted June 15, 2011 Report Share Posted June 15, 2011 Try this in the pilot_public_profile.tpl <?php echo date(DATE_FORMAT, strtotime($userinfo->lastpirep))?> Quote Link to comment Share on other sites More sharing options...
Allan Posted June 15, 2011 Author Report Share Posted June 15, 2011 Works great.....Thanks Jeff Regards 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.