API17:JFactory::getDate
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.
JFactory::getDate
Description
Return the object.
Description:JFactory::getDate [Edit Descripton]
public static function getDate ( $time= 'now' $tzOffset=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $time | mixed | 'now' | The initial time for the object |
| $tzOffset | mixed | null | The timezone offset. |
- Returns object
- Defined on line 434 of libraries/joomla/factory.php
- Since
- Referenced by
- JLogEntry::__construct
- JModuleHelper::_load
- JUser::bind
- JTableUser::check
- JTableContent::check
- JTableCategory::check
- JTableMenu::check
- JTable::checkOut
- JHtml::date
- JForm::filterField
- JFormFieldCalendar::getInput
- JDocumentRendererRSS::render
- JDocumentRendererAtom::render
- JTableUser::setLastVisit
- JTableContent::store
- JTableCategory::store
See also
-
JFactory::getDate source code on BitBucket
-
Class JFactory
- Other versions of JFactory::getDate
SeeAlso:JFactory::getDate [Edit See Also]
User contributed notes
<CodeExamplesForm />
