apply_filters( 'mc_grid_date', $format, $params ) → {string}
Alter the date format used to show the current day in grid view. Default 'j'.
Parameters:
Name | Type | Description |
---|---|---|
$format |
string | Date format per PHP date formatting. |
$params |
array | Array of view arguments. |
- Source:
Returns:
- Type
- string