3
Now it also support like YYYY/M/D this kind of time format that is not that complete. The old virsion use the dataString length to decide which format, but it is not enough. Now Also support YYYY/M/D 并非在原文进行补位,而是在返回format时加强进行判断的逻辑,对原文并未修改,但可以成功parseDate。因为YYYY/MM/DD对于2022/1/1也是可以parse的,只是源代码通过长度返回format的位置逻辑有缺