salve..

io ho il seguente errore:
"Cast from strin "14/05/2003" to type 'Date' is not valid."


allora il cosice di formattazione è il seguente

dim mydate As String
mydate = Format(Now(), "dd/MM/yyyy")



dove sbaglio??