|
Home > Archive > IIS Server > January 2004 > DAte format setting
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
DAte format setting
|
|
|
| I have virtual directory where I run asp page with only this code:
<%Response.Write now()%>
As a result on the page, I get :
1/22/2004 14:18:04
If I copy this page on some other(existing) virtual directory, I get as a
result
22.1.2004 14:19:06
If I create a new virtual directory and I copy the page there, I get :
1/22/2004 14:18:04
My regional setting is : d.M.yyyy and I would like that date on the page is
always like this:
22.1.2004 14:19:06
Where I can change this setting?
Thank you,
Simon
| |
| Jerry III 2004-01-24, 1:50 am |
| Please search this group before asking. This is being answered every single
week...
Jerry
"simon" <simon.zupan@stud-moderna.si> wrote in message
news:uXT19tO4DHA.2468@TK2MSFTNGP09.phx.gbl...quote:
> I have virtual directory where I run asp page with only this code:
> <%Response.Write now()%>
>
> As a result on the page, I get :
> 1/22/2004 14:18:04
>
> If I copy this page on some other(existing) virtual directory, I get as a
> result
> 22.1.2004 14:19:06
>
> If I create a new virtual directory and I copy the page there, I get :
> 1/22/2004 14:18:04
>
> My regional setting is : d.M.yyyy and I would like that date on the page
isquote:
> always like this:
> 22.1.2004 14:19:06
>
> Where I can change this setting?
>
> Thank you,
> Simon
>
>
>
|
|
|
|
|