use proper local format for all date pickers

This commit is contained in:
vabene1111
2025-04-26 23:02:29 +02:00
parent eaad4e21e4
commit ccae32f21c
2 changed files with 5 additions and 1 deletions

View File

@@ -28,7 +28,6 @@
<v-date-input
v-model="dateRangeValue"
@update:modelValue="updateDate()"
:display-format="(date: Date) => DateTime.fromJSDate(date).toLocaleString()"
:first-day-of-week="useUserPreferenceStore().deviceSettings.mealplan_startingDayOfWeek"
:show-week="useUserPreferenceStore().deviceSettings.mealplan_displayWeekNumbers"
:label="$t('Date')"