Hello,
DateAdd appears to be adding days incorrectly.
To replicate:
Col1: date field (date only, no time)
Col2: DATEADD(Col1,1,‘d’)
Format Col2 to show date only, no time.
In this case, Col2 shows the same date as Col1. When time is shown, behavior s...