We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题描述及步骤: 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述及步骤:
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
The text was updated successfully, but these errors were encountered: