phpBB

Code Changes

File: phpbb/datetime.php

  Unmodified   Added   Modified   Removed
Line 57Line 57
	* @param boolean $force_absolute Force output of a non relative date
* @return string Formatted date time
*/

	* @param boolean $force_absolute Force output of a non relative date
* @return string Formatted date time
*/

 
	#[\ReturnTypeWillChange]

	public function format($format = '', $force_absolute = false)
{
$format = $format ? $format : $this->user->date_format;

	public function format($format = '', $force_absolute = false)
{
$format = $format ? $format : $this->user->date_format;