Update app.blade.php

This commit is contained in:
Jagad R R
2025-04-24 18:35:56 +07:00
parent d2ff42f58b
commit af21c0877d
+1 -1
View File
@@ -279,7 +279,7 @@
const nextMonth = months[(date.getMonth() + 1) % 12]; // Get the next month's short name, wrapping around if necessary
const year = date.getFullYear();
periode.textContent = `${month} (12 ${month} - 10 ${nextMonth} ${year})`;
periode.textContent = `${month} (11 ${month} - 10 ${nextMonth} ${year})`;
</script>
<script>