Bikram Sambat calendar data for BS to AD conversion
Month lengths for BS years 2000–2090. Pull this file into your projects.
Schema
months/monthsNe: English and Nepali month namesanchor: matching BS and AD dates used as the conversion originyears: each BS year maps to 12 day-counts (Baishakh through Chaitra)
Example
const res = await fetch('https://nepali-tools.awecode.com/data/vikram-samvat.json')
const calendar = await res.json()
const daysInBaishakh = calendar.years['2081'][0]