On my machine I have several visual studio projects,
if I use
Response.Write(Date.Now)
it will give me : 21/6/2011 2:44:49 PM for all
except one solution it gives me: 6/21/2011 2:44:49 PM
I checked everything, all set the same:
-
Regional settings in control panel
-
<globalization culture="en-AU" uiCulture="en-AU" />
what is wrong with that one soltion???
Thanks
I fixed it,
I searched registry for yyyy,
I changed all M/d/yyyy to d/M/yyyy
it is working fine now