Skip to content
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

年月日中 day 显示不正确的问题,望修复 #191

Open
HOWIE-CH opened this issue May 19, 2021 · 0 comments
Open

年月日中 day 显示不正确的问题,望修复 #191

HOWIE-CH opened this issue May 19, 2021 · 0 comments

Comments

@HOWIE-CH
Copy link

问题描述及步骤:
1.在 PGDatePicker-2.6.9 的 demo 年月日的代码中设置最小日期
NSDateFormatter *dateFormatter = [[NSDateFormatter alloc]init];
dateFormatter.dateFormat = @"yyyy-MM-dd";
datePicker.minimumDate = [dateFormatter dateFromString: @"2021-03-31"];
2.日期选择器中仅滑动月份选择3月份,然后点击确定,查看打印出的日期月份是3月份,天数还是今天的,不是31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant