the_date_xml()
Outputs the date in iso8601 format for xml files.
Source
File: wp-includes/general-template.php
function the_date_xml() {
echo mysql2date( 'Y-m-d', get_post()->post_date, false );
} Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/the_date_xml