Hello All - I have a use case where the users update the data between 1st and 15th of the month. I have the displa mode updated based on the ate. Since I am in India, the buttons gets disabled at 12 AM on 16th. My business runs till 6 AM on 16th or you can call 8 PM EST. Is there a way, I can disable the button on 16th of the month but at 8 PM EST or any other time that I specify. My current formula is as below
If(Day(Today())<=16,DisplayMode.Edit, DisplayMode.Disabled)
Any help on this front is much appreciated.