Hi,
The Same DateDiff functions is also there in VB.NET u can try this
Dim firstDate As Date
Dim secondDate As Date
firstDate = Now()
secondDate = Now()
firstDate = firstDate.AddDays(11)
MsgBox(DateDiff(DateInterval.Day, secondDate, firstDate))
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.