Check: does event start in next 48 hours?
Hey Low,
My client put in a request for some functionality that I have no idea how to do it:
On an event (single entry) page, I need to check if the event starts within the next 48 hours. Based on that I need to show or hide a "signup" button.
How would I go about this? Any thoughts?
Thanks!
Replies
Low 26 Apr 2013 13:14
You could do it if you enable PHP. Output or input, doesn't matter:
This sets a timestamp for 48 hours in the future. Then use this conditional:
Untested, but I think it should work.