Just an update.
The problem vas usiing this in thewhich allways will return: 12 May 2008, 23:26
but using this:andreturns what I wanted: 2008/05/12 21:26:28
The problem vas usiing this in the
$this->template->assign_vars(array(
Code:
'START_DATE' => $start_date,
but using this:
Code:
$start_date= date('Y/m/d H:i:s', $this->config['board_startdate']);
Code:
'PORTAL_START_DATE' => $start_date,
Statistics: Posted by Stoker 4.0 — Tue Jan 07, 2025 6:30 pm