MyBB Support

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

Submitted by Nasyr, , Thread ID: 2801

Thread Closed
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.

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.

OP
#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: 2 Guest(s)