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>