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
in my project, I need to check if the date is Jalali or Gregorian?! so, is there any method like this?
\Morilog\Jalali\CalendarUtils::isJalali('1402-06-06'); // TRUE \Morilog\Jalali\CalendarUtils::isJalali('2023-08-23'); // FALSE
The text was updated successfully, but these errors were encountered:
Hello to mr. Morteza Parvini and Siros Fakhri.
because checkdate() func native in php supportes this : numbers.
checkdate()
and that's way isJalali() function returns true in both cases!
isJalali()
true
and in the related testes : this issue has not tested.
Sorry, something went wrong.
No branches or pull requests
in my project, I need to check if the date is Jalali or Gregorian?!
so, is there any method like this?
The text was updated successfully, but these errors were encountered: