IXR_Date::getXml()


Source

File: wp-includes/IXR/class-IXR-date.php. View all references

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


Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.