diff --git a/tippspiel/resources/views/dashboard.blade.php b/tippspiel/resources/views/dashboard.blade.php index 66d86ae..37b8946 100644 --- a/tippspiel/resources/views/dashboard.blade.php +++ b/tippspiel/resources/views/dashboard.blade.php @@ -36,7 +36,7 @@ @foreach($matches as $match) - {!! date('d.M.y H:i', strtotime($match->date)) !!} + {!! date('d.m.y H:i', strtotime($match->date)) !!} {!! $teams->find($match->teama)->name !!} {!! $teams->find($match->teamb)->name !!} {!! $match->resulta . ':' . $match->resultb !!}