bp_core_format_date( $date = '', $format = '' )
Output formatted date from a date string.
Description
Parameters
-
(Required) String of format of date.
Return
(string|null)
Source
File: bp-core/bp-core-functions.php
function bp_core_format_date( $date = '', $format = '' ) {
echo bp_core_get_format_date( $date, $format );
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.