I have a date range with time field that I want to use in a formula inside Fibery. I’m running into formatting issue’s. I succeeded in displaying the time like I want to, but it feels like a complicated workaround.
The date range with time field is named Timeslot and is set to March 28, 08:00 - 10:30
Problem: ToText(Hour(Timeslot.Start())) + ":" + ToText(Minute(Timeslot.Start())) displays as 8:0
FYI we have a feature in the backlog for allowing users to specify formatting (of dates/times) when using the ToText function. Fingers crossed this might get rolled out before too long.