hi all,
i have an OnSelect pulling the current UTC time on press into a collection example output: (2021-04-16T02:26:59.112Z)
the format as it is needs to stay in the collection for data collection purposes.
however, i want to just display the TIME in a textbox.
if i put the default to
text(readyTime,"hh:mm:ss")
it doesn't register.
i'm assuming this is because it's not picking up that UTC string as a datetime?
how can i get around this but keeping the datetime string and just extracting the time from it