Skip to content

DatePicker the week starts on Sunday in some counties the weeks starts on Monday is there a way to change this? #6449

@kevinkiel

Description

@kevinkiel
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

3.2.16

Environment

Vue 3.2.45

Steps to reproduce

Open the date range picker and you see the first day of the week is Sunday would be nice to make it possible to change this to Monday. In the react version this is possible. See https://ant.design/components/date-picker at the bottom.

What is expected?

dayjs.updateLocale('en-UK', {
weekStart: 1,
});

What is actually happening?

No support for updateLocale weekStart

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions