Hello

I´ve ran into trouble after a server upgrade. Win server 2003, IIS ver. 6
All regional settings on the server is swedish(that´s what i want) and i
looks correct in all ways but when running the date function in a asp pag
it returns english short date format 24/5/2004 when I think it should b
2004-05-24

The problem is that the application assumes swedish short date format

I´ve read somewhere that the IIS server account has it´s own settings, ho
do I change this

regard
Stefan Ljungsted

Re: Regional settings by Ken

Ken
Mon May 24 07:51:44 CDT 2004

You can set the locale to be used explicitly in the ASP page (that's
probably the easiest):
http://support.microsoft.com/?kbid=229690

Cheers
Ken


"stefan" <anonymous@discussions.microsoft.com> wrote in message
news:B64D3D25-C9E3-47DE-A548-502A5F8E0E2A@microsoft.com...
: Hello
:
: I´ve ran into trouble after a server upgrade. Win server 2003, IIS ver. 6.
: All regional settings on the server is swedish(that´s what i want) and it
: looks correct in all ways but when running the date function in a asp page
: it returns english short date format 24/5/2004 when I think it should be
: 2004-05-24.
:
: The problem is that the application assumes swedish short date format.
:
: I´ve read somewhere that the IIS server account has it´s own settings, how
: do I change this ?
:
: regards
: Stefan Ljungstedt
:
:
:



RE: Regional settings by anonymous

anonymous
Tue May 25 00:16:03 CDT 2004

You could try setting the system local system account that runs asp
http://www.adopenstatic.com/faq/systemdateformat.as

You could use the Session.LCID variabl
http://support.microsoft.com/?kbid=22969

You could write your own custom date function also here are some Q&A regards dates and asp
http://www.aspfaqs.com/aspfaqs/ShowCategory.asp?CatID=

ht