IXR_Date::getXml │ public │ WP 1.0

Method of the class: IXR_Date{}

No Hooks.

Returns

null. Nothing (null).

Usage

$IXR_Date = new IXR_Date();
$IXR_Date->getXml();

IXR_Date::getXml() code WP 7.1.2

function getXml()
{
    return '<dateTime.iso8601>'.$this->getIso().'</dateTime.iso8601>';
}