error
Dim dt1 As DateTime = DateTime.ParseExact(Date.Now, "dd/MM/yyyy", CultureInfo.InvariantCulture)
' Dim dt2 As DateTime = DateTime.Parse("24/01/1992", New CultureInfo("en-GB"))
Dates.Text = dt1.ToString()
brings error below
String was not recognized as a valid DateTime.