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 DiscussionsPagination Logic Fails After Migrating from REST GET to HTTP Client SnapSolvedFilter in map after aggregate & group byList column names from excel filesSolvedNo output preview using a specific groundplexHi, Is there a way where we can add delay/wait of 3~5 seconds before every post call?Solved