Skip to content

Converts English Date to Nepali Date (using javascript).

Notifications You must be signed in to change notification settings

prakashneupane/EngToNepDateConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

EngToNepDateConverter

Converts English Date to Nepali Date (using javascript).

How to Use

Call DateConverter function with parameters date, month and year.

Eg. DateConverter( date, month, year )
or
var result = DateConversion(25, 9, 2046);
result is obtained in the form "year/month/date"

You can get them independently by calling:
getDate()
getMonth()
getYear()
getDay() -> To get the day ( 0 -> Sunday, 6 -> Saturday )

Note

This code was orginally written in C# by Prerak Pradhan (https://twitter.com/prerakp09).

About

Converts English Date to Nepali Date (using javascript).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published