IXR_Date::getXml
Method of the class: IXR_Date{}
No Hooks.
Returns
null. Nothing (null).
Usage
$IXR_Date = new IXR_Date(); $IXR_Date->getXml();
IXR_Date::getXml() IXR Date::getXml code WP 7.0
function getXml()
{
return '<dateTime.iso8601>'.$this->getIso().'</dateTime.iso8601>';
}