Skip to main content
Solved

Datetime DD-MM-YYYY in userparameter

  • July 24, 2025
  • 2 replies
  • 76 views

max_h
Supporter
Forum|alt.badge.img+19

Hello!

Is there a way to change the displayed date in a datetime userparameter as DD-MM-YYYY?

The chooser interface is helpful to check if it is the right date, but it can still be quite confusing, especially in Flow, when not every user knows about the picker and just enters the date.

 

Is there an option I am missing or is a text-field instead my only alternative?

 

Many thanks in advance!

Best answer by crutledge

Hi ​@max_h 

I do not think there is a way to change the display. I think we are looking at ISO date format being applied here. One alternative you could try is using numbers as user parameters and defining the range. Then constructing the date in the workbench using the parameters. Example below using Range Slider in the User Parameters. Not perfect but it will get you there.
Hope that helps!
 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

crutledge
Influencer
Forum|alt.badge.img+43
  • Influencer
  • Best Answer
  • August 4, 2025

Hi ​@max_h 

I do not think there is a way to change the display. I think we are looking at ISO date format being applied here. One alternative you could try is using numbers as user parameters and defining the range. Then constructing the date in the workbench using the parameters. Example below using Range Slider in the User Parameters. Not perfect but it will get you there.
Hope that helps!
 

 


max_h
Supporter
Forum|alt.badge.img+19
  • Author
  • Supporter
  • August 5, 2025

Thanks for your answer, I got to the same conclusion.
Has to be slider, text field or date picker in (for my country) uncommon format with a note to use the interface.