Forum
Want to style past events differently
Hi,
I am playing with perch_events and in the template for events-listing, I want to give past events a different style. Is there an attribute on an event that tells me it it has already passed?
How can I test with "<perch:if>" if PHP-functions (compare with "today") isn't available in the template-html?
You can compare the date of the event with the current date.
and then
Great. It worked :)