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 Employee5 years agoYou shouldn’t need the quotes around the variable, but it should work if it’s a string.
mtran21New Contributor III to dmiller5 years agoI got this error HIRE_DATE is a datetime data from OracledmillerFormer Employee to mtran215 years agoThen you should try: $HIRE_DATE.toLocaleDateString({"format":"yyyyMMdd"})mtran21New Contributor III to dmiller5 years agoGot this error Show More
mtran21New Contributor III to dmiller5 years agoI got this error HIRE_DATE is a datetime data from Oracle
dmillerFormer Employee to mtran215 years agoThen you should try: $HIRE_DATE.toLocaleDateString({"format":"yyyyMMdd"})
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