Custom Date Format

0
Hi Team,  is it possible to make customDateformat fetch from Microflow ? I have a requirement where in for each user i need to display dates in his preferred configuration.  to achieve this what i am doing is to have different datefields configured in custom formats and adjust visiblity based on the configuration.  This process is works but its cumbersome. so wanted to know if i can have just one date field and get the custom date format from microflow
asked
1 answers
1

If it is only needed for display purposes, you could use the formatdatetime function and set the value in a standard textbox when opening the form via a microflow. So convert the datetime to a string that is formatted in the required fashion for the user.

answered