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 DiscussionsWay to lock down in Prod org to "Monitor" only access?trace API and proxy callsPagination Logic Fails After Migrating from REST GET to HTTP Client SnapSolvedPipeline Execute Pool sizeSolvedConcat values of a field based on value of another fieldSolved