Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1830

Extension Writers Discussion • Re: Format date of board_startdate

$
0
0
Just an update.
The problem vas usiing this in the $this->template->assign_vars(array(

Code:

'START_DATE' => $start_date,
which allways will return: 12 May 2008, 23:26

but using this:

Code:

$start_date= date('Y/m/d H:i:s', $this->config['board_startdate']);
and

Code:

'PORTAL_START_DATE' => $start_date,
returns what I wanted: 2008/05/12 21:26:28

Statistics: Posted by Stoker 4.0 — Tue Jan 07, 2025 6:30 pm



Viewing all articles
Browse latest Browse all 1830

Trending Articles