Last day of the current month

1
Anyone got a clever, easy way (preferably without any Java) to get the last day (DateTime) of the current month?
asked
2 answers
3
trimToDays([%EndOfCurrentMonth%])
answered
0

You can do it with a microflow - retrieve your date and constrain it by using '[%EndOfCurrentMonth%]'

answered