Jeff Posted September 22, 2011 Report Share Posted September 22, 2011 I know I saw this in another thread last year, but can't seem to find it. I need the code that will show the pilots start date. I need it to work both in the profile_main.tpl and also in the pilot_public_profile.tpl. Can someone help out please? Quote Link to comment Share on other sites More sharing options...
TennShadow Posted September 22, 2011 Report Share Posted September 22, 2011 I know I saw this in another thread last year, but can't seem to find it. I need the code that will show the pilots start date. I need it to work both in the profile_main.tpl and also in the pilot_public_profile.tpl. Can someone help out please? Here is the one for profile_main.tpl. <?php echo date(DATE_FORMAT, strtotime($userinfo->joindate)); ?> I'm not sure what the other one would be. Quote Link to comment Share on other sites More sharing options...
Jeff Posted September 22, 2011 Author Report Share Posted September 22, 2011 That code works for both templates. Thanks a bunch Keith. 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.