I have a custom field which is a date field called deadline.
Now i wanna show those entries which have the deadline of today’s date.
i tried something like this but with no success, does somebody has a idea?
Thank you already for your time.
{if deadline == "{current_time format="%d/%m/%y"}"}
...
{/if}note: the date is not the standard date field, but a custom field.