Solved
Forum Discussion
shashish_jha
3 years agoNew Contributor II
Date.parse($your_input_date).toLocaleDateTimeString({“format”:“yyyy-MM-dd HH:mm:ss”})
You can change your desired formatting in this section : “format”:“yyyy-MM-dd HH:mm:ss”
Place this expression into mapper snap and dynamically your_input_date will be picked up and formatted accordingly.
ykoppisetty
3 years agoNew Contributor II
Hi @j.angelevski @shashish.jha
When I am trying through dynamically I am getting the below error.
Can you please resolve this error. I have also tried the @shashish.jha formula. But that’s also getting error. Please help me on this.
Thank you.