Pankaj Tahiliani

  Home  |   Contact  |   Syndication    |   Login
  29 Posts | 0 Stories | 43 Comments | 0 Trackbacks

News

Twitter












Archives

To Check the date format of sql server:
select name ,alias, dateformat from syslanguages where langid =(select value from master..sysconfigures where comment = 'default language')

Execute this query on "master" database

You can set the Culture in your web.config file as below:
<system.web>
<globalization culture="en-US" />
</system.web>

posted on Thursday, February 25, 2010 10:37 PM