Link to home
Start Free TrialLog in
Avatar of david_2911
david_2911Flag for Mexico

asked on

How to change a format date on Windows 2003 & IIS 6.0 using ASP 2

Hi All:

I just installed a windows 2003 sp 2 - 64 bits, IIS 6.0, ASP.NET v2.0.50727, informix clien sdk 3.00, the Windows  is on english, also I have teh regional and languages options set to Mexico (Spanish Mexico) , If I check the date format using DATE command on CMD, the format date output is:

C:\Documents and Settings\Administrator>date
The current date is: 24/04/2009
Enter the new date: (dd-mm-yy)

and that's is correct, but when I run a programm on ASP, the format date on page is MMDDYYY.. my question is:
There are some steps or specific config to force the IIS to get the DDMMYYY format date? or Do I need configure something on Windows?
ASKER CERTIFIED SOLUTION
Avatar of jbristle
jbristle

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of david_2911

ASKER

the most strange thing is that same program runs in other IIS server with DDMMYYY date format, the only deference is my OS Server is on English and the other is on Spanish, the programm was created for a programmer on my company...