On this page
IXR_Date::getIso()
Source
File: wp-includes/IXR/class-IXR-date.php. View all references
function getIso()
{
return $this->year.$this->month.$this->day.'T'.$this->hour.':'.$this->minute.':'.$this->second.$this->timezone;
}
Related
Used By
| Used By | Description |
|---|---|
| IXR_Date::getXml() wp-includes/IXR/class-IXR-date.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/ixr_date/getiso