API17:JDate:: get
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDate::__get
Description
Magic method to access properties of the date given by class to the format method.
Description:JDate:: get [Edit Descripton]
Since
Synopsis
public JDate::__get ($name)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the property. |
Returns
mixed A value if the property name is valid, null otherwise.
Defined in
libraries/joomla/utilities/date.php (line 164)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
