Hello!,
I having a lot of trouble while type casting an string into a date. Consider this code:
Dim d
d = "01/01/2001"
Response.Write "The Date: " & cdate(d)
The weird thing is that Intedev writes back: "The Date: 1/1/aaaa". It seems to me that this is a locale problem, (because my machine uses an spanish configuration). How can I solve this ?
Thanks in advance!!
PD. I already tried to initialize the Session object with the desired LCID with no benefits.
I having a lot of trouble while type casting an string into a date. Consider this code:
Dim d
d = "01/01/2001"
Response.Write "The Date: " & cdate(d)
The weird thing is that Intedev writes back: "The Date: 1/1/aaaa". It seems to me that this is a locale problem, (because my machine uses an spanish configuration). How can I solve this ?
Thanks in advance!!
PD. I already tried to initialize the Session object with the desired LCID with no benefits.