From fc5ddcdfe7415a997e6196e64e134446f253a87d Mon Sep 17 00:00:00 2001 From: structix Date: Wed, 6 Jun 2018 22:01:29 +0200 Subject: [PATCH] month as a number --- tippspiel/resources/views/dashboard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 !!}