问题: 在使用datepicker中,限制了min和max值,并且再使用min/max值时,通过new Date去转换dayjs,不兼容导致年份没有出来 解决办法:通过dayjs的toDate转换 iphone11 中使用的new Date,在datepicker中都会有问题,包括value https://github.com/ant-design/ant-design-mobile/issues/5959
标签:DatePicker,iphone11,年份,mobile,ios,ant,design From: https://www.cnblogs.com/mushanya/p/17099024.html