Closed janhenckens closed 4 years ago
public function getTableAttributeHtml($value, ElementInterface $element): string { return $value->start->format('d/m/Y') . ' - ' . $value->start->format('d/m/Y'); }
Plus check if start & end are the same and show only 1 of them
Plus check if start & end are the same and show only 1 of them