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.