Jump to content

Recommended Posts

Posted

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

Guest lorathon
Posted

Try this in the pilot_public_profile.tpl

<?php echo date(DATE_FORMAT, strtotime($userinfo->lastpirep))?>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...