Jeff Posted September 22, 2011 Report 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
TennShadow Posted September 22, 2011 Report 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
Jeff Posted September 22, 2011 Author Report Posted September 22, 2011 That code works for both templates. Thanks a bunch Keith. 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.