Insert dynamically date format

Dear Bubblers,

what do you think about inserting dynamically date formatting. Because when I want to create app with possibility to change datetime format by users, it’s not possible.

You can see on the sketch.

Petr Majtán, Innovatee.com

1 Like

You could use a conditional text display.

Conditional 1
If user time display is” a”

Display time format 1

Conditional 2
If user time display is” b”

Display time format 2

1 Like

Hi @jared.gibb thank you for your answer. Yes this is the solution, but it’s difficult to maintain. You must to create these conditions on every places where you need to show the formatted datetime. And when you want to create 3+ date formates it will me so complex.

1 Like