Hello,
have problem with expiration date conditional.
Code:
{entry_date format="%j"}
{if "{entry_date format='%M, %d, %Y'}" != "{expiration_date format='%M, %d, %Y'}"}
- {expiration_date format="%j"}
{/if}Annoying part is the little ” – ” character. It shows up if no expiration date is set, expiration date itself does not.
Results are like:
12 -
12 - 13
13 -
Can anyone say whats wrong?