medic / bikram-sambat

Javascript and Java utilities for converting between the Nepali Bikram Sambat (Vikram Samvat) and Gregorian (standard European) calendars.
Apache License 2.0
10 stars 10 forks source link

Adds more days in month data #10

Closed garethbowen closed 5 years ago

garethbowen commented 5 years ago

This means we can convert a wider range of dates.

medic/bikram-sambat#8

alxndrsn commented 5 years ago

:+1: nice job; where did you get the data from?!

garethbowen commented 5 years ago

I copied the data from here: https://github.com/skhatri/bsdate/blob/master/bs-js/src/main/javascript/module/bsdate.js

I verified some of the dates and they seem correct. I also checked the months where the author had put comments about potential errors and I think they're fine.

It's crazy how hard it is to find the data!