bp_core_iso8601_date( $timestamp = '' )

Output an ISO-8601 date from a date string.


Description Description


Parameters Parameters

(Required) String of date to convert. Timezone should be UTC before using this.


Top ↑

Return Return

(string|null)


Top ↑

Source Source

File: bp-core/bp-core-functions.php

 function bp_core_iso8601_date( $timestamp = '' ) {
	echo bp_core_get_iso8601_date( $timestamp );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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