{{ strftime('%d', strtotime($competition->start_date) )}}
{{ translate_month(strftime('%B', strtotime($competition->start_date))) }}
{{ translate_day(strftime('%A', strtotime($competition->start_date))) }}
@if (date('Y', strtotime($competition->start_date)) > date('Y'))
{{ strftime('%Y', strtotime($competition->start_date)) }}
@endif