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 SnapSolvedPipeline Execute Pool sizetrace API and proxy callsConcat values of a field based on value of another fieldSolvedJWT Configuration for SnapLogic Public API