Back to Document class

Method getModifiedDate

public string|\Joomla\CMS\Date\Date
getModifiedDate
()
Returns the document modified date
Returns
  • string|\Joomla\CMS\Date\Date
Since
  • 1.7.0
Class: Document
Project: Joomla

Method getModifiedDate - Source code

/**
 * Returns the document modified date
 *
 * @return  string|Date
 *
 * @since   1.7.0
 */
public function getModifiedDate()
{
    return $this->_mdate;
}