A Node project designed to support native JavaScript-like features for Nepali date and times. It includes features such as 'NepaliDate' for Nepali date support and 'dateConverter' for date conversions.
GNU General Public License v3.0
63
stars
18
forks
source link
Add feature for formatting and parsing english date #78
JavaScript lacks an easy way to format/parse Date objects. Let's create a utility from NepaliDate.
The APIs would look like the following:
nepaliDateObj.formatEnglishDate("YYYY-MM-DD")
nepaliDate = NepaliDate.parseEnglishDate("2018-12-48", "YYYY-MM-DD")
Use Cases