Dim departDate As Date
departDate = Date.Now
Dim d As String = Format(departDate, "dd/MM/yyyy")
MsgBox(d)
'Above Example shows how to convert date format according to our requirements.
Change Format of Date in VB.NET
Posted by
Rajesh Rolen
at
Friday, October 23, 2009
0 comments:
Post a Comment