MyBB Support

[Solved] Change Reg date from month and year to day, month and year.

Submitted by Nasyr, , Thread ID: 2801

Thread Closed
Nasyr
Forum Janitor
Administrators
Level:
54
Reputation:
284
Posts:
8.05K
Likes:
959
Credits:
80
14-04-2015, 02:52 AM
#1
So standard MyBB has it displayed on the postbit like;
Join Date: Month Year

I'd like to know how you convert it to be like this;
Join Date: Day Month Year
Please read the award requirements here before applying for them.
Rules and Regulations | Support Section | How to use Hide Tags
Don't message me to join a group, simply request to join one here.

RE: [Solved] Change Reg date from month and year to day, month and year.

AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
14-04-2015, 03:15 AM
This post was last modified: 14-04-2015, 03:15 AM by AndresXZ09
#2
I haven't tested but try this, go to inc/settings.php

Find $settings['regdateformat'] = "M Y";
Replace with $settings['regdateformat'] = "D M Y";
or $settings['regdateformat'] = "d M Y";

RE: [Solved] Change Reg date from month and year to day, month and year.

Nasyr
Forum Janitor
Administrators
Level:
54
Reputation:
284
Posts:
8.05K
Likes:
959
Credits:
80
OP
14-04-2015, 03:34 AM
#3
14-04-2015, 03:15 AM
AndresXZ09 Wrote:
I haven't tested but try this, go to inc/settings.php

Find $settings['regdateformat'] = "M Y";
Replace with $settings['regdateformat'] = "D M Y";
or $settings['regdateformat'] = "d M Y";

It worked thanks for that SmileEditing a theme for a friend Tongue
Please read the award requirements here before applying for them.
Rules and Regulations | Support Section | How to use Hide Tags
Don't message me to join a group, simply request to join one here.

Users browsing this thread: 1 Guest(s)