Hi.
I have an app which collects data that will need to be held for 48 hours after being actioned, then deleted. I have a delete button that appears once the status is marked as 'Complete' however I would like the button to be disabled for the first 24 hours.
I have a text box within the gallery which counts the days since the record, I was thinking I could make the buttons DisplayMode.Disabled when the counter value is <2.
What would be the code to achieve this?