You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package has been translated to multiple languages. When displaying dates using the API functions it's always in English and not following the active language.
This package has been translated to multiple languages. When displaying dates using the API functions it's always in English and not following the active language.
Example
laravel-invoices/src/Traits/DateFormatter.php
Lines 63 to 66 in a54ae4f
->format follows the PHP Date Format options which always returns English.
Example with 26/02/2024
In Carbon you can use translatedFormat to display the date in the correct language.
https://carbon.nesbot.com/docs/#api-localization
Instead of using CustomData it could be useful to support this in the package.
The text was updated successfully, but these errors were encountered: