Aug 08, 2019 1:50 am
My date was in the wrong format, so I implemented this fix:
Now the Joined Date for each user also shows the time they joined. Instead of:
Joined: 2019/08/01
It shows:
Joined: 01/08/2019 02:33
At least the date format is right, but having the time there is a bit overkill and doesn't look nice.
6 Replies
Aug 08, 2019 9:31 am
Ok please wait a bit.
We'll check the issue and back to you asap.
Aug 08, 2019 12:44 pm
Actually, I noticed in the profile.php file, the format for the Joined Date is hard coded. It should be dynamic based on the options selected.
<div class="profile-stat-data-item"><?php wpforo_phrase('Joined') ?>: <?php wpforo_date($user_registered, 'Y/m/d') ?></div>