Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

string to date vb

Dim iDate As String = "05/05/2005"
Dim oDate As DateTime = Convert.ToDateTime(iDate)
MsgBox(oDate.Day & " " & oDate.Month & "  " & oDate.Year)
Source by net-informations.com #
 
PREVIOUS NEXT
Tagged: #string #date #vb
ADD COMMENT
Topic
Name
4+7 =