fix: show German month name with calendar
This commit is contained in:
@@ -153,7 +153,7 @@ class AjaxCalendarController extends ActionController
|
||||
}
|
||||
|
||||
return [
|
||||
'label' => $firstOfMonth->format('F Y'),
|
||||
'date' => $firstOfMonth,
|
||||
'weeks' => $weeks,
|
||||
];
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="px-2 pt-2 text-sm font-semibold text-zinc-700">
|
||||
{month.label}
|
||||
<f:format.date format="%B %Y">{month.date}</f:format.date>
|
||||
</div>
|
||||
</div>
|
||||
</f:section>
|
||||
|
||||
Reference in New Issue
Block a user