mtran21New Contributor III5 years agoConvert UTC date to date How do you convert this date “2020-09-01T00:00:00.000” to this “20200901”?
dmillerFormer Employee to mtran215 years agoThen you should try: $HIRE_DATE.toLocaleDateString({"format":"yyyyMMdd"})
mtran21New Contributor III to dmiller5 years agoGot this error ptaylorEmployee to mtran215 years agoTry this: Date.parse($HIRE_DATE.toString()).toLocaleDateString(...)mtran21New Contributor III to ptaylor5 years ago Absolutely beautiful. It worked Date.parse($HIRE_DATE.toString()).toLocaleDateString({“format”:“yyyyMMdd”}) Thank you @ptaylor and @dmiller
ptaylorEmployee to mtran215 years agoTry this: Date.parse($HIRE_DATE.toString()).toLocaleDateString(...)
mtran21New Contributor III to ptaylor5 years ago Absolutely beautiful. It worked Date.parse($HIRE_DATE.toString()).toLocaleDateString({“format”:“yyyyMMdd”}) Thank you @ptaylor and @dmiller
Recent DiscussionsHow to get filename from file readerGenerate 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