month as a number

This commit is contained in:
2018-06-06 22:01:29 +02:00
parent c153bd1338
commit fc5ddcdfe7

View File

@@ -36,7 +36,7 @@
<tbody>
@foreach($matches as $match)
<tr>
<td>{!! date('d.M.y H:i', strtotime($match->date)) !!}</td>
<td>{!! date('d.m.y H:i', strtotime($match->date)) !!}</td>
<td>{!! $teams->find($match->teama)->name !!}</td>
<td>{!! $teams->find($match->teamb)->name !!}</td>
<td>{!! $match->resulta . ':' . $match->resultb !!}</td>