Data and time

Morus

www.votezone.eu , www.privateserversranking.com
License Active
Hi,

I'm trying to change the code that instead of showing me join date with the exact time, it will only show me date. see attached screen.
I tried to modify join.php on line:
Code:
        $join_date = date('Y-m-d H:i:s', time() + (3600*$CONF['time_offset']));
But no results. It was still showing me time and date. Is there any other file that I need to look at?
 

Attachments

Morus

www.votezone.eu , www.privateserversranking.com
License Active
I found, I didn't know its so simple. Its just change in sql field from DataTime to Data.

LoL
 

Basti

Administrator
Staff member
Do not change the core php, and dont change the database, undo your changes and upload this plugin. You will get problems with updates otherwise

What this does is simply removing the hours and seconds from the output instead of changing the way the core function.
The YYYY-MM-DD could also be easly changed using this method

This is for the display on stats page and ranking pages
 

Attachments

Basti

Administrator
Staff member
Updated it a little so it doesnt use a search and replace, instead use the common date() function
 
Top