Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to find public day in shamsi calendar?

Tags:

calendar

I'm looking for a way to find a holiday in the Shamsi calendar, I tried many ways. But in the end, I came to the conclusion that I had to enter the information manually

Another way I tried was to use moment Library (Persian and Jalali edition - ساعت ایران ) And this is my code :

var moment = require('moment-jalaali')
moment().format('jYYYY/jM/jD')

But I couldn't get results that way either

Do you think there is a way other than entering manual information?

like image 674
yousef Avatar asked Oct 16 '22 04:10

yousef


1 Answers

One way is to use data insertion manually , and other way is using Ready databases

such as Jdf website ( I've used it before ، it's very usefull )

like image 168
Aron Glover Avatar answered Oct 21 '22 04:10

Aron Glover