Convertire una stringa in data

La funzione DateValue() farà convertire una stringa in data:

<%
miaData = DateValue("12 dicembre 2003")
'Restituisce 12/12/2003
%>