Icy Phoenix

     
 

CUSTOMIZATION - How To Change Registration Date Format

CUSTOMIZATION - How To Change Registration Date Format

Article
Reply with quote    Download Post  
Post CUSTOMIZATION - How To Change Registration Date Format 
 
OPEN: ip_root/language/your_language/lang_main_settings.php

FIND:

Code: [Download] [Hide] [Select]
$lang['JOINED_DATE_FORMAT'] = 'F Y'; // Date format of Joined date, php date() format


REPLACE WITH:

Code: [Download] [Hide] [Select]
$lang['JOINED_DATE_FORMAT'] = 'M d, Y g:i a'; // Date format of Joined date, php date() format


This will produce this result:

 date

If you would like to remove the exact time a user registered and just keep the Month/Day/Year, try this.

OPEN: ip_root/language/your_language/lang_main_settings.php

FIND:

Code: [Download] [Hide] [Select]
$lang['JOINED_DATE_FORMAT'] = 'F Y'; // Date format of Joined date, php date() format


REPLACE WITH:

Code: [Download] [Hide] [Select]
$lang['JOINED_DATE_FORMAT'] = 'M d, Y'; // Date format of Joined date, php date() format


This will produce this result:

 date1

For more PHP date formats, please visit: http://us.php.net/date



 
Chaotic - View user's profile Send private message  
Chaotic [ Sat 14 Feb, 2009 10:35 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


CUSTOMIZATION - How To Change Registration Date Format

Comments
Reply with quote    Download Post  
Post Re: How To Change Registration Date Format 
 
Nice find and looks better IMO  will be adding this...

   



 
DWho - View user's profile Send private message  
DWho [ Sat 14 Feb, 2009 11:29 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1
 
 




 


 

  cron