Use date format view helper function in the event grid
I'm about to drop the DateFormat view helper class. refs #6778
This commit is contained in:
parent
d53c3d7075
commit
8f40d76cca
|
@ -74,7 +74,7 @@ foreach ($summary as $entry) {
|
|||
$caption = sprintf(
|
||||
$settings[$column]['tooltip'],
|
||||
$value,
|
||||
$this->dateFormat()->formatDate(strtotime($day))
|
||||
$this->formatDate(strtotime($day))
|
||||
);
|
||||
$linkFilter = Filter::matchAll(
|
||||
Filter::expression('timestamp', '<', strtotime($day . ' 23:59:59')),
|
||||
|
|
Loading…
Reference in New Issue