After antd-mobile datepicker sets the time range, ios does not display the year. What is the matter with minutes?

after antd-mobile datepicker sets the time range, ios does not display the year. What is going on in minutes

the environmental background of the problems and what methods you have tried

related codes

<DatePicker
                    minDate={new Date(minDate)}
                    maxDate={new Date(maxDate)}
                    mode="datetime"
                    format="YYYY-MM-DD HH:mm"
                    value={this.state.date}
                    minuteStep={30}
                    onChange={date => this.setState({date})}
                >
                    <List.Item arrow="horizontal"></List.Item>
                </DatePicker>


Apr.05,2021

minDate={new Date(minDate)}
maxDate={new Date(maxDate)}
new Date2020,08,13
2020-08-13 23:59iOS
Menu