This problem has been driving me mad for months:
Everything on my computer is set to British English, including my SQL Server and the regional settings in Windows 2000 - all dates appear as dd/mm/yyyy
Whenever I use "Date()" in VBscript though (this is in ASP running on IIS) I get an American format date (mm/dd/yyyy) which causes errors galore.
What could I have missed? Does IIS have it's own date settings? Are there any settings in VB itself?
Everything on my computer is set to British English, including my SQL Server and the regional settings in Windows 2000 - all dates appear as dd/mm/yyyy
Whenever I use "Date()" in VBscript though (this is in ASP running on IIS) I get an American format date (mm/dd/yyyy) which causes errors galore.
What could I have missed? Does IIS have it's own date settings? Are there any settings in VB itself?