Function CMSStatsProvider->make_date_pivot_value_nice
Definitions
sources/stats.php
- Make a date pivot value look nice.TODO: make $pivot_value type integer when LEGACY code is removed.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$pivot | string | required parameter | N/A | N/A | Current pivot |
$pivot_value | mixed | required parameter | N/A | N/A | Pivot value |
Return
- Nice looking pivot value
- Type: string
- Set: N/A
- Range: N/A