Auto Date Format using default date picker widget

0
Hi Folks, Is there any way to auto format date using default date picker widget? For Example, if we use ‘02212022’ it should auto format to ‘02/21/2022’ (Currently it’s showing invalid date). Please share some ideas on the above   Thanks & regards, Vignesh.
asked
1 answers
0

Hi Vignesh

In your date picker widget, you can go to the tab ‘Events’ and develop a validation flow on entering the date where you write the formatter yourself.

E.g., event on Enter: call a microflow, microflow PARSE_DateInputToCorrectFormat. If the ‘Invalid date’ error persist, do create this logic with a simple text input field.

Your third option is still entering the date in a correct way :)

Hope this helps!

Kind regards,

Leander

answered