How to compare the date with equal and +/- day
For example I have the data (DOS) 2019-07-13, so i want to compare the date for following conditions.
- 2019-07-13 (DOS) = 2019-07-13 (Equal Date)
- 2019-07-13 (DOS) = 2019-07-12 (One day Minus)
- 2019-07-13 (DOS) = 2019-07-14 (One Day Plus)
Can anyone please guide me. Thanks in advance!