binodnepali / react-nepali-datetime-picker

Mobile first collection of components for seamless integration of Nepali calendar, date picker, time picker, and datetime picker functionalities into React applications. Built with simplicity and reusability in mind, powered by React and styled with Tailwind CSS
https://react-nepali-datetime-picker.web.app/
Other
6 stars 3 forks source link

refactor: way to constructor months data constant #15

Open binodnepali opened 5 months ago

binodnepali commented 5 months ago

Currently months data constant is store in our code base here.

This data is use to construct the calendar view in datepicker component. If the constant values are not updated, we will have this issue for other years. As for now year 2080 and 2081 are updated from hamro patro as source.

We need to find better way to tackle the issue.