Why The Registering Date Is Not Complete?
Subject: Why The Registering Date Is Not Complete?
I was taking a look to make some checkings and I saw that on my Icy Testing-Site I have a new registered user. When I was out to check his/her Register date, I realized that the day was NOT shown, but only the month and year. Are there any way to fix this? I like more the dates if shown completely.
Subject: Re: Why The Registering Date Is Not Complete?
Sarakin,
Give this a try.
OPEN: ip_root/language/your_language/lang_main_settings.php
FIND:
REPLACE WITH:
This will produce this result:
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:
REPLACE WITH:
This will produce this result:
I'm going to create a DOC for this as well.
Give this a try.
OPEN: ip_root/language/your_language/lang_main_settings.php
FIND:
$lang['JOINED_DATE_FORMAT'] = 'F Y'; // Date format of Joined date, php date() format
REPLACE WITH:
$lang['JOINED_DATE_FORMAT'] = 'M d, Y g:i a'; // Date format of Joined date, php date() format
This will produce this result:

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:
$lang['JOINED_DATE_FORMAT'] = 'F Y'; // Date format of Joined date, php date() format
REPLACE WITH:
$lang['JOINED_DATE_FORMAT'] = 'M d, Y'; // Date format of Joined date, php date() format
This will produce this result:

I'm going to create a DOC for this as well.
Page 1 of 1
You cannot post new topicsYou 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.1184s (PHP: 14% SQL: 86%)
SQL queries: 10 - Debug Off - GZIP Enabled