In VB.net, how can I calculate if a date is between two other dates or if a date is before another date?
I have tried the < > operators, yet the result is not correct. Is there something special I have to do when doing date arithmetic?
I have tried the < > operators, yet the result is not correct. Is there something special I have to do when doing date arithmetic?