Display Date

29/10/2003 - 20:31 por Rookie | Informe spam
How can I specify the language in wish the date will be displayed in a page?

I used :
<input NAME="FECHA_DEADLINE" SIZE="42" ReadOnly = "TRUE"
value="<%Response.Write
FormatDateTime(RS.Fields("FECHA_DEADLINE"),(vbLongDate))%>" </font></td>

but it displays the date in english, and i need it in spanish What can I
do?

Win2000 svr (english), IIS 5, ASP
 

Leer las respuestas

#1 Emerson
29/10/2003 - 19:22 | Informe spam
http://www.w3schools.com/asp/prop_lcid.asp
http://www.123hostnow.com/articles/LCID.asp

"Rookie" wrote in message
news:#
How can I specify the language in wish the date will be displayed in a


page?

I used :
<input NAME="FECHA_DEADLINE" SIZE="42" ReadOnly = "TRUE"
value="<%Response.Write
FormatDateTime(RS.Fields("FECHA_DEADLINE"),(vbLongDate))%>" </font></td>

but it displays the date in english, and i need it in spanish What can


I
do?

Win2000 svr (english), IIS 5, ASP


Preguntas similares