Hi.
I need to get the current date and then test if another date stored in a Couch field is earlier. I think the "lt" less than operator should work once I can find a way to return the current date. Something like <cms:if start_date lt current_date > I tried inserting php code and echoing the date() function however that throws an error. How can I accomplish this?
Thanks.
I need to get the current date and then test if another date stored in a Couch field is earlier. I think the "lt" less than operator should work once I can find a way to return the current date. Something like <cms:if start_date lt current_date > I tried inserting php code and echoing the date() function however that throws an error. How can I accomplish this?
Thanks.