API17

API17:JDate:: construct

From Joomla! Documentation

Joomla 11.1 JDate::__construct

Description

Constructor.


public function __construct (
        $date= 'now'
        $tz=null
)
Parameter Type Default Description
$date 'now'
$tz mixed null Time zone to be used for the date.
  • Returns void
  • Defined on line 124 of libraries/joomla/utilities/date.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples