Skip to content

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

Open
@HOWIE-CH

Description

问题描述及步骤:
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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions