Hi, I have solved this problem by editing phpleague-front.php on the line 268,314,331
You should replace:
$output .= ‘<td>’.strftime(“%a %e %b, %H:%M”, strtotime($row->played)).'</td>’;
with
$output .= ‘<td>’.strftime(“%Y-%m-%d”, strtotime($row->played)).'</td>’;
and then you can see the date when you use the shortcode
[phpleague type = fixtures id = XX]