IXR_Date::getXml() WordPress Method
The IXR_Date::getXml() method is used to convert a date to XML.
IXR_Date::getXml() #
Source
File: wp-includes/IXR/class-IXR-date.php
function getXml() { return '<dateTime.iso8601>'.$this->getIso().'</dateTime.iso8601>'; }
Expand full source codeCollapse full source codeView on TracView on GitHub