ugi.nagesh 0 Newbie Poster

Hi Team,

Could any one help on setting the date formats
We have the web application developed in c#.

how to make sure that aplication should use the server regional settings like date formats etc.. irrespective of the client regional settings.

Examole: if the server regional settings - date format is set as "mm/dd/yyyy" then if the client has differenet regional settings as "dd/mm/yyyy". Then when we run our web application we are getting the date conversion error. As the server and client regional settings are different. and it is using the client regional setting...

Please provide your valuable inputs..