We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$date = Hijri::convertToGregorian(1, 16, 1401); // output is "1982-01-25" and it should be "1980-11-24"
According to this website that converts Hijri to Gregorian
https://beseyat.com/calendars/en/date-converter-hijri-gregorian.php
The text was updated successfully, but these errors were encountered:
use format (day,month,year) it's work fine.
Sorry, something went wrong.
No branches or pull requests
According to this website that converts Hijri to Gregorian
https://beseyat.com/calendars/en/date-converter-hijri-gregorian.php
The text was updated successfully, but these errors were encountered: