diff --git a/src/components/input/datepicker.vue b/src/components/input/datepicker.vue index 1e3839307..f36f6480e 100644 --- a/src/components/input/datepicker.vue +++ b/src/components/input/datepicker.vue @@ -7,72 +7,9 @@
- - - - {{ $t('input.datepicker.today') }} - {{ getWeekdayFromStringInterval('today') }} - - - - - - {{ $t('input.datepicker.tomorrow') }} - {{ getWeekdayFromStringInterval('tomorrow') }} - - - - - - {{ $t('input.datepicker.nextMonday') }} - {{ getWeekdayFromStringInterval('nextMonday') }} - - - - - - {{ $t('input.datepicker.thisWeekend') }} - {{ getWeekdayFromStringInterval('thisWeekend') }} - - - - - - {{ $t('input.datepicker.laterThisWeek') }} - {{ getWeekdayFromStringInterval('laterThisWeek') }} - - - - - - {{ $t('input.datepicker.nextWeek') }} - {{ getWeekdayFromStringInterval('nextWeek') }} - - - -