Solved
Forum Discussion
bojanvelevski
3 years agoValued Contributor
Hi @BigUrn,
There’s an option within the Date.parse(), to let the function know the specific format, by passing an additional argument.
If the day is not relevant, you can try something like this:
Date.parse("01 " + $date, "dd MMM 'yy")