Jingxian Mao

Results 5 comments of Jingxian Mao

same issue here, is there anyone still maintain this repo?

谢谢!我刚刚也测试了一下,我也是美版ios,没有发现您说的错误,可以麻烦您截个图说的更详细一点吗? ![wechatimg9](https://cloud.githubusercontent.com/assets/1606623/26314481/abd04350-3f40-11e7-8550-7c8879f81957.jpeg)

@acegank 请问一下,您说的2017年5月22号对应的是最下方的那个Selected Date 吗?

@acegank 非常抱歉,最近刚刚入职,所以挺忙的。我还是没有办法重现你的这个问题,我觉得问题应该是在这个函数 ```javascript // /src/util/utils.js export const getYearLocale = (date, i18n, year = 'numeric') => { return date.toLocaleDateString(i18n, { year }); }; ``` 的返回值上面。不知道你愿不愿意fork一下然后调试一下这个组件呢? [参考链接](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString) 非常感谢!

等我有时间了看看能不能向下兼容一下,谢谢!