“string até datar VB” Respostas de código

string até datar VB

string iDate = "05/05/2005";
DateTime oDate = Convert.ToDateTime(iDate);
MessageBox.Show(oDate.Day + " " + oDate.Month + "  " + oDate.Year );
Gorgeous Gaur

string até datar VB

Dim iDate As String = "05/05/2005"
Dim oDate As DateTime = Convert.ToDateTime(iDate)
MsgBox(oDate.Day & " " & oDate.Month & "  " & oDate.Year)
Worried Wasp

Respostas semelhantes a “string até datar VB”

Perguntas semelhantes a “string até datar VB”

Procure respostas de código populares por idioma

Procurar outros idiomas de código