Dejmek

Results 1 issues of Dejmek

Sometimes changing month returns wrong date. It happens only if current date is first day in month. ``` javascript moment.format("iYYYY/iMM/iDD"); // "1438/05/01" moment.iMonth(5); moment.format("iYYYY/iMM/iDD"); // "1438/06/29" ``` Next same event...

bug