You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to support indian calendar which follow lunar months ;
currently it does not support and having no option.
what I am using currently
// Use Intl to get the current Gregorian date in Hindiconstindian={weekday: 'long',year: 'numeric',month: 'long',day: '2-digit',calendar: 'indian',// Indian calendar (though it doesn't give lunar tithi)timeZone: 'Asia/Kolkata',numberingSystem: 'deva',// Devanagari numerals};constcurrentDate=newIntl.DateTimeFormat("hi-IN",indian);
but it return date as 16 while in Lunar Month there are 15 days only and there are 2 seprate Paksha name as Shuka and Krishna
for more information you can refer hindu calendar wiki page
so my proposal is can we have the support of Lunar calendar?
The text was updated successfully, but these errors were encountered:
I want to support indian calendar which follow lunar months ;
currently it does not support and having no option.
what I am using currently
but it return date as 16 while in Lunar Month there are 15 days only and there are 2 seprate Paksha name as Shuka and Krishna
for more information you can refer hindu calendar wiki page
so my proposal is can we have the support of Lunar calendar?
The text was updated successfully, but these errors were encountered: