1
Scorpiuscat1
Date Display on Xoops

I hate the way XOOPS displays the date.

example: 2006/02/15

I want to change the this to someting more normal

example: 02/15/2006

I have look in the admin panel, but I cannot see anywhere that I can change this.

Ideas?

2
smdcom
Re: Date Display on Xoops

edit file /language/english/global.php

find:
//%%%%%% TIME FORMAT SETTINGS %%%%%%//

define("_DATESTRING","Y/n/j G:i:s");

define("_MEDIUMDATESTRING","Y/n/j G:i");

define("_SHORTDATESTRING","Y/n/j");


change it to:
//%%%%%% TIME FORMAT SETTINGS %%%%%%//

define("_DATESTRING","n/j/Y G:i:s");
define("_MEDIUMDATESTRING","n/j/Y G:i");
define("_SHORTDATESTRING","n/j/Y");

3
Scorpiuscat1
Re: Date Display on Xoops

Cool, thanks!!!

That seems easy enough.

Login

Who's Online

243 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 243


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits