mollie / laravel-cashier-mollie

Official Mollie integration for Laravel Cashier
https://www.cashiermollie.com/
MIT License
136 stars 44 forks source link

Update Date format to localize date #237

Closed GunniBusch closed 5 months ago

GunniBusch commented 5 months ago

Update the invoice date format to support different languages.

Done using LLL as format: https://carbon.nesbot.com/docs/#api-localization

Fixes #236