I have a situation where it is desired to put a time amount (i.e. 2 hours 3 minutes) entered into a numeric entry. I’m using Perspective.
So far, I can have them enter in seconds, and it displays in correct format using ##:##:## for format of my numeric entry format, but when they click on it, it goes back to minutes.
i.e. display would show 00:05:00 for 5 minutes but when you click on it, it goes to 300 for seconds. Entering 600 would then show 00:10:00 resulting.
I basically need it to let them enter and display in the ##:##:## format, but for the entered number to actually be in seconds…