Share feedback, ideas and get community help

L
Lucas
Offline, last seen 3 months ago
Joined September 13, 2024
At a certain point in my workflow, I need to request a date from the user. I have configured it so that this date comes in the dd/MM/yyyy format as shown in the image. The user responds in the correct format, but TypeBot returns it in the MM/dd/yyyy format as seen in the other image.

Is this a bug or is my configuration incorrect? Thank you in advance.
5 comments
B
a
How can I format a date to show the weekday?

I used a formatting token that is on library (https://date-fns.org/v3.6.0/docs/format) as you can see in the picture attached, but the output was the formula set:
format(new Date(2024-05-22T16:53:03.682Z), 'EEEE')
4 comments
c
L
B