I thought that I had the correct settings in my web config file to ensure that all of my users see British dates formats, when accessing my Web App hosted through Azure. However I have a client in a different country that sees a different date format.
<system.web>
<globalization uiCulture="en" culture="en-GB" />
</system.web>
Does anyone know if I'm missing any other settings?