String to Date/Time issue

Hi,
I am trying to convert date to a particular format, i.e dd.MM.yyyy
I have it already in the string format. I used String to Date/Time with the format dd.MM.yyyy
The node executes, but the output is in the format yyyy-MM-dd.
How to get it in the correct format?

ThanksDateandTime%20to%20String%20Output String%20to%20Date%20configuration%20Output

Hi there @nd1992,

yyyy-MM-dd is the format in which Date&Time data type is presented. For other possibilities check this topic.

Br,
Ivan

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.