![]() |
romaldus 8/21/2016 |
Any Help would be greatly appreciated I have a "Pre-Register" link on the view page of an event I want to hide that link if the date of the event is the current date or has past. Any help would be greatly appreciated
if (strtotime($values["your_date_field"]) <= (Time())) |
M
|
mhollibush author 8/21/2016 |
in view page before display event: if (strtotime($values["your_date_field"]) <= (Time()))
|