R
ra294
When I use the Now() Fucntion i my ASP.net application I get a date format
of mm/dd/yy.
I want it to be dd/mm/yy. I set in the web config "culture="en-GB"
uiCulture="en" and also set the regional setting of the computer.
When I am checking "Thread.CurrentThread.CurrentCulture" I can see it's
"en-GB" and the date format is like I want it (dd/mm/yy), but still the
Now() function gives me mm/dd/yy format.
How do I correct this problem ?
Thanks
(e-mail address removed)
of mm/dd/yy.
I want it to be dd/mm/yy. I set in the web config "culture="en-GB"
uiCulture="en" and also set the regional setting of the computer.
When I am checking "Thread.CurrentThread.CurrentCulture" I can see it's
"en-GB" and the date format is like I want it (dd/mm/yy), but still the
Now() function gives me mm/dd/yy format.
How do I correct this problem ?
Thanks
(e-mail address removed)