xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 725 forks source link

选择日期错误 #326

Open Levofloxacin opened 5 years ago

Levofloxacin commented 5 years ago

date: '01-01-1990'

<DatePicker style={{width: 200}} date={this.state.date} mode="date" format="DD-MM-YYYY" confirmBtnText="Confirm" cancelBtnText="Cancel" locale="vi" onDateChange={(date) => {this.setState({birthday: date})}} />

选择5月1日 是4月30日 选择6月1日 是5月31日