Friends, give me a hint. How can I implement such a function? I need to display an inscription in the application at a certain time of day. I created two variables in AppState: openTime and closeTime DataType - DateTime. The data is inserted into these variables from Date/Time Picker. And they look like openTime: 8/27/2024 11:00:00:00 AM and closeTime: 8/27/2024 11:00:00:00 PM.
How can I compare the Current Time between these variables without using custom code?
Thanks