Anybody have a quick way to grab the last day of a...
# suiteql
a
Anybody have a quick way to grab the last day of a given month? For example, if I have an ETA date of 7/27/2022, I am looking for 7/31/2022. Thanks!
found it: LAST_DAY() is supported in SuiteQL.
🙌 1