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.
Return Return
(string|null)
Source Source
File: bp-core/bp-core-functions.php
function bp_core_iso8601_date( $timestamp = '' ) {
echo bp_core_get_iso8601_date( $timestamp );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |