Use formatCustom()
along with the formatting you want:
$date = \Core::make('date');
$formatted = $date->formatCustom('jS F Y', $occurrence->getStart());
Use formatCustom()
along with the formatting you want:
$date = \Core::make('date');
$formatted = $date->formatCustom('jS F Y', $occurrence->getStart());