How to turn mm-dd-yyyy to dd-mm-yyyy

I want to turn the data format to dd-mm-yyyy

However, there is some date is 1/1/2020

I want to turn to 01/01/2020 (dd-mm-yyyy)

Hi there @HKuser,

if I got you right first use String to Date&Time node with this format M-d-yyyy and then Date&Time to String with your desired, dd-MM-yyyy, format.

Br,
Ivan

4 Likes

Thx a lot but i still cannot fix it.

@HKuser
you have set “-” instead of “/”.
if you use the correct delimiter, then it should work :slight_smile:

1 Like

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