Hello.
I’m working with the calendar module, and everything seems to be working fine, except that the {expiration_date format="xxxx"} variable is not rendering (is that the right word?), i.e., it won’t give me the expiration date. Other date variables work fine, such as {entry_date format="%l, %j %F"}. The variable {expiration_date format="%g:%i %a"}, for example, will render exactly as ‘{expiration_date format="%g:%i %a"}’.
The curious thing is that when I omit format=“xxxx” (where xxxx is the date variable formatting), I get a Unix time stamp, which shows that at least it’s getting a value.
Here’s the simplified code:
{entries}
{entry_date format="%l, %j %F"}
{entry_date format="%g:%i %a"} - {expiration_date format="%g:%i %a"}
<a href="http://{title_permalink=events/eventdetails}">{title}</a>
{/entries}I have absolutely no idea where I’ve screwed up, and I’m pretty sure it’s probably something really arcane like I’m not allowed to have 3 date variables in a row or something random like that!
I would really appreciate any help! Thanks!