API17:JDate:: construct
From Joomla! Documentation
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. |
See also
JDate::__construct source code on BitBucket
Class JDate
Subpackage Utilities
- Other versions of JDate::__construct
User contributed notes
Code Examples