-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] Date Picker When type = week and first DayOfWeek = 3, 2019-01-01 shows Wednesday, not Tuesday. #14523
Comments
Translation of this issue: Element UI version2.4.11 OS/Browsers versionChrome Vue version2.6.7 Reproduction Linkhttps://jsfiddle.net/wLnje7t1/ Steps to reproduceSet up Date Picker, Type = week, View the Date Panel at 2019-01-01 What is Expected?2019-01-01 is Tuesday What is actually happening?Wednesday, 2019-01-01 |
sinchang
added a commit
to AuroraSparkDev/element
that referenced
this issue
Mar 5, 2019
@wacky6 Can I work this issue? |
Certainly, pr welcome |
wacky6
pushed a commit
that referenced
this issue
Mar 6, 2019
weisiren168
pushed a commit
to weisiren168/element
that referenced
this issue
Jun 20, 2019
lzq4047
pushed a commit
to lzq4047/element
that referenced
this issue
May 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Element UI version
2.4.11
OS/Browsers version
chrome
Vue version
2.6.7
Reproduction Link
https://jsfiddle.net/wLnje7t1/
Steps to reproduce
设置 DatePicker,
type = "week",
picker-options="{firstDayOfWeek: 3}",
查看日期为2019-01-01时的日期面板
What is Expected?
2019-01-01显示为周二
What is actually happening?
2019-01-01显示为周三
The text was updated successfully, but these errors were encountered: