Date Format..

Discussion in 'ASP.NET / ASP.NET Core' started by dspestatea4, May 16, 2008.

  1. 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.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. 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.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    oops.. i posted the wrong link... it was supposed to be a MSDN article.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page