Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find public day in jalali calendar

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 image 389
majid Avatar asked Mar 23 '20 08:03

majid


2 Answers

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

like image 54
navid ahmadi Avatar answered Oct 01 '22 06:10

navid ahmadi


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

like image 36
neda mostafavi Avatar answered Oct 01 '22 05:10

neda mostafavi