Closed stdword closed 9 months ago
Fixing these issue #36
Problem in parseYearMonth function. It is became visible in January:
parseYearMonth
> (isInteger(month) ? Number(month) - 1 : now?.getMonth()) || null null > (isInteger(month) ? Number(month) - 1 : now?.getMonth()) ?? null 0
@vipzhicheng could you have a look at this, please?
Thx @stdword
@vipzhicheng thanks for your time and such useful plugin
Fixing these issue #36
Problem in
parseYearMonth
function. It is became visible in January: