philliperamos
6 years agoContributor
Julian Date to YYYY-MM-DD
Hi everyone,
I have a date in Julian date format (2014003) and I need to convert it to YYYY-MM-DD (2014-01-03).
Is there a way I can do this in SnapLogic?
Thanks!
Ok, so I figured it out. I used:
Date.parse(“2014003”, “yyyyddd”).toLocaleDateString({format: “YYYY-MM-DD”})