12-11-2018 03:40 PM
Hi,
I was wondering if anyone had an expression they should share to calculate last day of the month. Any help is greatly appreciated!
12-12-2018 03:24 PM
Thanks Tim for the additional info!
12-18-2018 04:05 AM
We can also use the following expression.
Date.UTC(Date.now().getFullYear(), Date.now().plusDays(1).getMonth(), 0, 0, 0, 0, 0)