Hello
My brain is having trouble understanding how to piece this condition together.
I’m trying to implement a security measure in my app where the service address of a user is not made visible to the service provider until about 7 hours from the ticket’s requested time.
Basically I want to do a “when the current date’s hour is equal to or less than 7 hours from the current ticket’s service date’s hour - this element is clickable (or whatever I want to do with it).”
Can someone help me understand the proper expression to make something like this? I just cant figure it out.
Thanks,
