diff --git a/packages/docs/src/examples/v-date-picker/misc-week-selection.vue b/packages/docs/src/examples/v-date-picker/misc-week-selection.vue new file mode 100644 index 00000000000..2a934eb7c90 --- /dev/null +++ b/packages/docs/src/examples/v-date-picker/misc-week-selection.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/packages/docs/src/pages/en/components/date-pickers.md b/packages/docs/src/pages/en/components/date-pickers.md index 115d740d902..6359f857c00 100644 --- a/packages/docs/src/pages/en/components/date-pickers.md +++ b/packages/docs/src/pages/en/components/date-pickers.md @@ -94,6 +94,12 @@ Specify allowed dates using objects or functions. When using objects, accepts a +### Week selection + +You can capture date selection event to select entire week. + + + ### Internationalization Vuetify components can localize date formats by utilizing the [i18n](/features/internationalization) feature. This determines the appropriate locale for date display. When the default date adapter is in use, localization is managed automatically.