cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Expression - Last Day of the Month

aaronb
New Contributor

Hi,

I was wondering if anyone had an expression they should share to calculate last day of the month. Any help is greatly appreciated!

6 REPLIES 6

aaronb
New Contributor

Thanks Tim for the additional info!

Anil
New Contributor III

We can also use the following expression.

Date.UTC(Date.now().getFullYear(), Date.now().plusDays(1).getMonth(), 0, 0, 0, 0, 0)