Date Format m-d-Y to d-m-Y change needed.
by katanaseven from LinuxQuestions.org on (#4X53Z)
Hi guys,
I'm currently doing interface testing using Laravel dusk running on Parrot OS. My issue is that while opening websites containing date place holders in chrome, the default date format is month-day-year, and what I need is day-month-year.
The same website while opened in different distribution like Ubuntu, has the date format d-m-Y. So the problem proves to be the system date format.
I've faced this issue in Parrot OS and Peppermint.
I've tried many tricks and went across all possible threads to resolve this. I changed my system locale to English(Australia), changed the language in google account, But I couldn't get a proper solution. Because of this all my tests are failing.
Please help me If you can solve this issue.
Thanks in advance.


I'm currently doing interface testing using Laravel dusk running on Parrot OS. My issue is that while opening websites containing date place holders in chrome, the default date format is month-day-year, and what I need is day-month-year.
The same website while opened in different distribution like Ubuntu, has the date format d-m-Y. So the problem proves to be the system date format.
I've faced this issue in Parrot OS and Peppermint.
I've tried many tricks and went across all possible threads to resolve this. I changed my system locale to English(Australia), changed the language in google account, But I couldn't get a proper solution. Because of this all my tests are failing.
Please help me If you can solve this issue.
Thanks in advance.