API15

API15:JDocument/getModifiedDate

From Joomla! Documentation

Description

Returns the document modified date

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

getModifiedDate()


Returns

string

Defined in

libraries/joomla/document/document.php

Importing

jimport( 'joomla.document.document' );

Source Body

function getModifiedDate() {
        return $this->_mdate;
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples