I want to display date in 09/07/2013 format instead of 09-jul-13.
Dim dt As Date = Date.Today MsgBox(dt)
Like this ..
MsgBox(format(dt,"dd/MM/yyyy"))