I am wanting to get the end of the month date and the end of month date for the following month.
Ex: It's 4/12, Need 4/30, and 5/31.
Would I first need to get the current date month:
%(RetrieveFieldValues_Date of Service#"MM"#) and +1, +2 to it respectively and then use the Date Token Calculator to subtract 1 from the first day?
Ex: 05/01 - 1, and 06/01 - 1
Or is there an EOMONTH function I would be able to use to make this a little less cluttered?