This commit is contained in:
2025-01-24 18:22:05 +01:00
parent 3190629286
commit d75a0882dd

View File

@@ -43,7 +43,6 @@
document.getElementById('scheduled').value = today;
// Initialize flatpickr with Swedish locale and Monday as the first day of the week
flatpickr("#scheduled", {
//locale: "sv-SE", // Set Swedish locale
weekNumbers: true, // Show week numbers
firstDayOfWeek: 1 // Start weeks on Monday
});