Inconsistent date representation

It is strange that, in Strapi Admin panel, a date field is displayed in UK format (DD/MM/YYYY) on my local machine and in US format (MM/DD/YYYY) when built in Docker and deployed to the cloud. Both are now running Strapi v4.14.5.

The only explanation is that, the built on my local machine originates from early version of Strapi 4, whereas the Docker build will a new build.

Is it possible to change date fields so that they are always displayed in UK format in Admin panel.

Hi, Did you find a solution for this? I’m facing this exact problem. I require the UK format of DD/MM/YYYY but it is showing MM/DD/YYYY in my system when i use the calendar Date Picker on the CMS. I’m using Strapi v5.