Sandra Jain replied to arish chaithanya
09-Feb-10 07:36 AM
I tried using this piece of code:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim dt As DateTime
dt = "2/13/2009"
Dim str As String = dt.Day & "/" & dt.Month & "/" & dt.Year
MsgBox(str)
End Sub
Output
13/2/2009