Update app.blade.php
This commit is contained in:
@@ -279,7 +279,7 @@
|
|||||||
const nextMonth = months[(date.getMonth() + 1) % 12]; // Get the next month's short name, wrapping around if necessary
|
const nextMonth = months[(date.getMonth() + 1) % 12]; // Get the next month's short name, wrapping around if necessary
|
||||||
const year = date.getFullYear();
|
const year = date.getFullYear();
|
||||||
|
|
||||||
periode.textContent = `${month} (12 ${month} - 10 ${nextMonth} ${year})`;
|
periode.textContent = `${month} (11 ${month} - 10 ${nextMonth} ${year})`;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user