matt_bostrom
9 years agoNew Contributor II
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”...