diff --git a/tippspiel/resources/views/dashboard.blade.php b/tippspiel/resources/views/dashboard.blade.php index 794c39c..995f140 100644 --- a/tippspiel/resources/views/dashboard.blade.php +++ b/tippspiel/resources/views/dashboard.blade.php @@ -36,7 +36,7 @@ @foreach($matches as $match) - {!! $match->date->formatLocalized('%A %d %B %Y'); !!} + {!! date('d.M.y H:i', $match->date) !!} {!! $teams->find($match->teama)->name !!} {!! $teams->find($match->teamb)->name !!} {!! $match->resulta . ':' . $match->resultb !!}