prova a darla in pasto a CDATE e vedi che succede (se è furbo come il date di php hai risolto)
codice:
ASP CDate function has the following syntax:
CDate (Date)
ASP CDate function has 1 string argument, which is the string to be converted to date.
The CDate function converts any valid date/time string expression to Date variant subtype.
Consider the following use of ASP CDate function, to convert sDate string to date:
<%
sDate = "January 13, 1970"
Response.Write CDate(sDate)
%>
The result displayed in your browser will be:
1/13/70