Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

@@@ WRong Dates!!

0 views
Skip to first unread message

Ben Painter

unread,
Oct 8, 2002, 10:45:32 AM10/8/02
to
Hello!

I have a web app running on iis 5.1, windows xp professional and sql server
2000.

The only difference to the other test machines is the the operating system.

The new web app displays date in american format, even though local regional
settings are
all definitely english uk!

Is this a problem with the way iis, or the dotnet framework was installed?

I cannot see the point of formatting the dates myself when .net has a nice
and easy
way of doing this automatically.

Please help!

Ben

--

This message (and any associated files) is intended only for the use of the
individual or entity to which it is addressed and may contain information
that is confidential, subject to copyright or constitutes a trade secret,
and should only be read by, those persons to whom it is addressed. If you
have received this message in error, please notify us immediately and delete
all records of the message from your computer. Any form of reproduction,
dissemination, copying, disclosure, modification, distribution and / or
publication of this message or associated files without our prior written
consent is strictly prohibited. Neither the author of this message nor their
employers accept legal responsibility for the contents of the message. Any
views or opinions presented are solely those of the author.

ISIS Technology Solutions Ltd., Crosby Court, 28 George Street, Birmingham,
B3 1QG. Registered in England & Wales 3294425


Martin Dechev

unread,
Oct 8, 2002, 11:14:35 AM10/8/02
to
Try

[C#]
System.Threading.Thread.CurrentThread.CurrentCulture = new
System.Globalization.CultureInfo("en-UK");
Response.Write(DateTime.Now.ToString());

Greetings
Marty
"Ben Painter" <be...@is2.co.uk> wrote in message
news:eCnmcktbCHA.2144@tkmsftngp12...

Mark Kamoski

unread,
Oct 8, 2002, 3:49:35 PM10/8/02
to

How the heck does this....

This message (and any associated files) is intended only for the use of the
individual or entity to which it is addressed and may contain information
that is confidential, subject to copyright or constitutes a trade secret,
and should only be read by, those persons to whom it is addressed. If you
have received this message in error, please notify us immediately and delete
all records of the message from your computer. Any form of reproduction,
dissemination, copying, disclosure, modification, distribution and / or
publication of this message or associated files without our prior written
consent is strictly prohibited. Neither the author of this message nor their
employers accept legal responsibility for the contents of the message. Any
views or opinions presented are solely those of the author.


...apply to a news post???


LOL

(Its funny, IMHO.)

;-)

"Ben Painter" <be...@is2.co.uk> wrote in message
news:eCnmcktbCHA.2144@tkmsftngp12...

0 new messages