M
Miguel Dias Moura
Hello,
i am just finishing a web site in ASP.net / VB using Dreamweaver MX 2004 and
in all the pages i use the date/time format as follows:
Date: DD-MM-YYYY
Time: HH-MM (24 hours)
Anyway, everything works fine when testing in my computer. However, when i
uploaded the web site to my hosting space in the date/time appears as
follows:
Date: DD-MM-YYYY (uses 1 insted of 01)
Time: HH:MM (12 hours - uses PM and AM)
The formats i am using are:
Date
....ToString(\"d\")
Time
.....ToString(\"t\")
As i said, it works just i want in my computer but in your server everything
changes.
I have no idea of how to solve this. Can somebody help me out?
Thank You Very Much,
Miguel
i am just finishing a web site in ASP.net / VB using Dreamweaver MX 2004 and
in all the pages i use the date/time format as follows:
Date: DD-MM-YYYY
Time: HH-MM (24 hours)
Anyway, everything works fine when testing in my computer. However, when i
uploaded the web site to my hosting space in the date/time appears as
follows:
Date: DD-MM-YYYY (uses 1 insted of 01)
Time: HH:MM (12 hours - uses PM and AM)
The formats i am using are:
Date
....ToString(\"d\")
Time
.....ToString(\"t\")
As i said, it works just i want in my computer but in your server everything
changes.
I have no idea of how to solve this. Can somebody help me out?
Thank You Very Much,
Miguel