Is it possible to include options for datetime value formatting (table / variables)? Datetime formats are cumbersome and difficult to read in some cases. Often users don’t want to see the timezone or the hours/minutes of the selected date and are only interested in seeing the day, month, year. Can this configurability be added on the app editor level (similar to the recent updates created for numbers/decimals)?
Hi @kkl thanks for the suggestion. We are currently looking into giving more customization for our variable value formatting in Apps, Datetime included.
As a workaround for now, you can resize the Datetime variable to only display the date in the App Editor. This would make it so the operator doesn’t see the time and timezone if that’s not necessary.
Hey @kkl, another workaround we have used with some success is to add a trigger to store the datetime variable into a text variable using an expression and the DATETIMETOTEXT() function.
Hi @shep@Alinator thanks for the suggestions. My coworkers and I have definitely performed those work arounds and are aware of them. Really hoping to not have this workaround and have a direct route to formatting the datetimes as desired.