Gabriel Fernandez Posted November 3, 2010 Report Share Posted November 3, 2010 Hello, I would suggest a code to the staff of vms that the list of riders showed a line of information with the date of registration of the pilot. Thanks. Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted November 4, 2010 Report Share Posted November 4, 2010 $pilot = PilotData::getPilotData($pilotid); echo date(DATE_FORMAT, strtotime($pilot->joindate)); That will give you the join date of the pilot formatted to whatever your site is set to. 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.