Display Calendar Event Info

@studio108

Use formatCustom() along with the formatting you want:

$date = \Core::make('date');
$formatted = $date->formatCustom('jS F Y', $occurrence->getStart());