apply_filters( 'mc_daterange_end_format', $format, $context ) → {string}
End date format used in 'enddate' and 'daterange' template tags. Default from My Calendar settings.
Parameters:
Name | Type | Description |
---|---|---|
$format |
string | Date Format in PHP date format. |
$context |
string | 'template_end'. |
- Source:
Returns:
Date format.
- Type
- string