CUSTOMIZATION - How To Change Registration Date Format


Subject: 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

Subject: Re: How To Change Registration Date Format
Nice find and looks better IMO will be adding this...

:mrgreen: :mrgreen:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0936s (PHP: 19% SQL: 81%)
SQL queries: 11 - Debug Off - GZIP Enabled