debug output - a correct statementCode:Dim TestTime As DateTime TestTime = Convert.ToDateTime("12:00:00") Dim TestString As String = FormatDateTime(TestTime, DateFormat.LongTime) Debug.WriteLine(TestString & " <<--Error")
12:00:00 PM <<--Error
0002, is the lonliest number... apologies to Three Dog Night




Reply With Quote