QQ - How do I round down a date to the nearest month? My expression is as follows so far:
NOW.dateAdd(‘months’, -1)
I am trying to search for records created in the previous month… so I take todays date and deduct 1 month, but I need to round it down to the nearest month.
I had to do this quite recently… and I needed to calculate the exact dates, so for example from 23-02-01 to 23-02-28… here are the server action steps I created to do it!