Hello All, I have small problem with the date format. Since we are in UK we need to display the date format in the UK format. Since your server dispaly the date format in US stlye is there any way to display them automatically in UK format. Any cofig's to be made in Web.config file or could you tel me any solutions please. Thanks Vishnu V.
You can use ASP.NET localization to change the format of the date as well as others. See http://kb.discountasp.net/article.aspx?id=10413 Bruce DiscountASP.NET www.DiscountASP.NET
Hi, Thanks for your reply but the link which you have provided dint solve the problem i asked. I have solved the problem but if u use this code in the <system.web> it'll solve the problem <globalization culture='auto' uiCulture='auto' enableClientBasedCulture='true'/> the culture can be changed depends on the format u want.. like EN-UK or EN-US.
oops.. i posted the wrong link... it was supposed to be a MSDN article. Bruce DiscountASP.NET www.DiscountASP.NET