in our search and business process in the site we depend on date format dd/mm/yyyy and time format HH:MM
but I discovered that the site and hosting server date format look like M/dd/yyyy H:MM PM/AM.
I tried to use the following in web.config to override that but I failed
<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"
culture="en-GB"
uiCulture="es" />
any other ideas to solve that , I don't have access on the server to change the date , it's godaddy hosting