From e526d5057a6cf8f74243c95f02fe6e05d2c0276c Mon Sep 17 00:00:00 2001 From: "Andy Zimolzak (2018 mbp)" Date: Sun, 7 Mar 2021 10:34:22 -0600 Subject: [PATCH] Update date setting procedure. Closes #12. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2f993d..81b0a7a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Setting dates 1. Find the first day of the current month (e.g. if today is Feb 19, you rewind to find Feb 1). -2. Subtract two more months from that (so you get Dec 1). +2. Subtract two more months from that (so you get Dec 1). Subtract *three months* if you are running `Fobt.sql`. 3. Set `sp_start` equal to that (such as `set @sp_start='2019-12-01 00:00:00'`).