Hi,
I am a newbie to
vb.net.
I am trying to get the previous date of Today() but I am facing difficulties.
I started like this...
Dim DayOfYearConv as Integer
DayOfYearConv = Today.Date.DayOfYear - 1
TextBox1.text = DayOfYearConv
DayOfYearConv is giving me a number. Now I want to replace this number with the actual date. The previous date .
I would be greatful If you can help me...
Thanx.