Forum Discussion
bojanvelevski
5 years agoValued Contributor
Hello @NAl,
You can format the date with the following function:
Date.parse($original[‘Due Date’]).toLocaleDateString({“format”:“yyyy-MM-dd”})
Regards,
Bojan
Hello @NAl,
You can format the date with the following function:
Date.parse($original[‘Due Date’]).toLocaleDateString({“format”:“yyyy-MM-dd”})
Regards,
Bojan