phpbb Dates Problem

Status
Not open for further replies.

navjotjsingh

Wise Old Owl
Is there any way in Phpbb apart from manually editing dates in phpMyAdmin to change reg date of user and date of start of forum.

In what format the date is entered? How can we decode a date like 1128189353?
 

alib_i

Cyborg Agent
that number (most probly) is the number of seconds after January 1, 1970 00:00:00 hrs.
Thas is how php stores time .. using time / date functions.
Most probly .. phpbb uses this function only.

So if you want to change the date of start of forum to one month early than present date .. then decrease the corresponding date by 30*24*60*60 in your database.



-----
alibi
 

alib_i

Cyborg Agent
im not aware of any such mod
but you may search at any of following sites
*www.phpbb.com/mods/
*www.phpbbhacks.com/
*www.phpbbstyles.com/
etc

-----
alibi
 
Status
Not open for further replies.
Top Bottom