Javascript – DateTimeFormat Hindi does not have lunar month option
Using Intl.DateTimeFormat() as shown below: const fullHindi = { weekday: 'long', dayPeriod: 'long', year: 'numeric', month: 'short', day: 'numeric', dayPeriod: "narrow", hour: '2-digit', minute: '2-digit', second: 'numeric', calendar: 'indian', timeZone: 'Asia/Kolkata', numberingSystem: 'deva', formatMatcher: 'basic', hourCycle: 'h24', }; const samay…