add functionlity
moment(monthEnd).add(1, "jMonth")
Expected behavior
I expected that line of code give me the end date of next month
PS: monthEnd is end date of the current month
i have to change it to moment(monthEnd).subtract(1, "jMonth").endOf("jMonth") to be worked.