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
Hi.
Wrong display of year output, When I use lowercase y on format method. e.g.:
Jalalian::fromDateTime('2021-12-22 18:30:00')->format('%y-%m-%d'); Jalalian::fromDateTime('2021-12-22 18:30:00')->format('%A, %d %B %y'); Jalalian::fromDateTime('2021-12-22 18:30:00')->format('%d %B %y، ساعت H:i');
out put:
This problem exists for all years between 1400 and 1409.
The text was updated successfully, but these errors were encountered:
This has been fixed long time ago
Sorry, something went wrong.
No branches or pull requests
Hi.
Wrong display of year output, When I use lowercase y on format method. e.g.:
out put:
This problem exists for all years between 1400 and 1409.
The text was updated successfully, but these errors were encountered: