I need help reproducing the following SQL statement to a statement that SQLite understands.
SELECT * FROM SomeTable WHERE [Date] >= DATEADD(day, -14, GETD
The method Adriaan Stander gives result in GMT
You can do it in LocalTime like this
select DateTime('Now', 'LocalTime', '+1 Day');