Closed safareli closed 7 years ago
continuation of #23
But with this change one can't have YYYYMM together. and moment.js works this way:
YYYYMM
moment("00010220", "YYYYMMDD").format('YYYYMMDD') // 00010220
So I think previous version is better.
continuation of #23