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 DiscussionsHow to get filename from file readerSolvedGenerate expression file from database queryCan we generate XML file in pretty print format using native snapLogic snaps?Solved401 error with HTTP Client and NTLMSolvedPagination and nextCursor in header