Created
August 1, 2023 13:52
-
-
Save cddouglass/f53014206871e5a5ee64b56fb8da449f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DATEADD( | |
DATETIME_PARSE( | |
MONTH(DATEADD({Your Date Field},1,'month')) & "/1/" & YEAR(DATEADD({Your Date Field},1,'month')), | |
'M/D/YYYY'), | |
-1,'day') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment