Created
November 21, 2016 20:27
-
-
Save mpstenson/7ace79cb1e57cb8de7a33c3960264aac to your computer and use it in GitHub Desktop.
Compare a custom field's date (plus an offset) to the current date
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(MINUTE,10,dateadd(S, Custom1, '1970-01-01')) < GETUTCDATE() and Custom1 <> 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment