Example 1: string to date vb Dim iDate As String = "05/05/2005" Dim oDate As DateTime = Convert.ToDateTime(iDate) MsgBox(oDate.Day & " " & oDate.
確定! 回上一頁