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
This feature allows us to take input from Devanagari strings such as "२०७८-०१-१८" into the NepaliDate object. The current parse module should handle the Devanagari string so that the NepaliDate object can be initialized from such class.
constnepaliDate=newNepaliDate("२०७८-०१-१८")
The steps for parsing are like below:
The input (can be both English or Devanagari string)
Translate the Devanagari date strings to English strings. Translation includes numbers, months, and months abbrs.