Forum Discussion

matt_bostrom's avatar
matt_bostrom
New Contributor II
9 years ago

Date Parse a String

I have a string in the format = “4-Jul-2017” variable is called “PostingPeriodFormatted” When I throw on a dateparse method in the mapper like so: Date.parse($PostingPeriodFormatted, “yyyy MM dd”...