5

I want to find a public day in Jalali calendar, I use npm Jalali-moment with this code

var moment = require('jalali-moment');
moment().locale('fa').format('YYYY/M/D');

This site has done this which called تاریخ امروز But I don't know how he did it.

Is there a way to do this without manually entering information like this site( Garageband for windows )?

majid
  • 812
  • 1
  • 12
  • 36

2 Answers2

3

You can use the Jdf function There is a section on the Jdf site that writes full of Hijri dates and lunar dates.

enter image description here

2

That's a good question, I used to want to do it before, but eventually I had to manually enter the information