W3cubDocs

/WordPress

wp_ajax_date_format()

Ajax handler for date formatting.

Source

File: wp-admin/includes/ajax-actions.php

function wp_ajax_date_format() {
	wp_die( date_i18n( sanitize_option( 'date_format', wp_unslash( $_POST['date'] ) ) ) );
}

Changelog

Version Description
3.1.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_ajax_date_format