anuzpandey / nepali-date-picker

Lightweight, Powerful JavaScript Nepali Date Picker with no dependencies.
https://date-picker.anuzpandey.com/
8 stars 2 forks source link

Number of days in Month of year 2081 is not correct #3

Closed novaprime-code closed 6 months ago

novaprime-code commented 6 months ago

2081:[[31,31,32,32,31,30,30,30,29,30,30,30] => this is incorrect it should be 2081 : [31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31],

please check and update

anuzpandey commented 6 months ago

@novaprime-code Thank you for the update. Fix is on the way.