Closed qodesmith closed 3 years ago
I can convert a date into a Jalaali object:
// Today happens to be June 8th, 2021 const jl = jalaali.toJalaali(new Date()) // {jy: 1400, jm: 3, jd: 18}
So given the Jalaali year (1400) and month (3), is there a way to tell how many days are in that month?
O man, I just saw there's a jalaaliMonthLength method. Thank you!
jalaaliMonthLength
I can convert a date into a Jalaali object:
So given the Jalaali year (1400) and month (3), is there a way to tell how many days are in that month?