oppure così
codice:
Session.LCID = 1040
tmp = WeekdayName(Weekday(Date))
tmp = tmp & " " & Day(Date) 
tmp = tmp & " " & MonthName(Month(Date))
tmp = tmp & " " & Year(Date) 
Response.Write(tmp)