Public Class Tester Public Shared Sub Main Dim testDate As String Dim results As New System.Text.StringBuilder
' ----- Test another standardized UTC date and time.
testDate = "2007-07-04T23:59:59Z" If (IsDate(testDate) = True) Then _
results.AppendLine(Date.Parse(testDate).ToString)