JDate::__get
Magic method to access properties of the date given by class to the format method.
Signature
public function __get(string
$nameĀ )
Parameters
-
$name
- The name of the property.
Returns
- mixed
- A value if the property name is valid, null otherwise.