aaronbNew Contributor7 years agoExpression - Last Day of the Month Hi, I was wondering if anyone had an expression they should share to calculate last day of the month. Any help is greatly appreciated!
aleungContributor III7 years agoHere is an example of last day of this month. You can revise it to fit your needs. Date.parse(Date.now().plusMonths(1).getFullYear()+“-”+Date.now().plusMonths(1).getMonth()+“-”+“01”).minusDays(1)
Recent DiscussionsWay to lock down in Prod org to "Monitor" only access?trace API and proxy callsPagination Logic Fails After Migrating from REST GET to HTTP Client SnapSolvedPipeline Execute Pool sizeSolvedConcat values of a field based on value of another fieldSolved