Entry field returns current time, not even time
{entry_field:start_date format="%H:%i"} returns the current time, not the event time? However if I add format="%j %F %Y %H:%i" it shows the correct date, but still the current hour and minute. What might be the cause to this?
Replies
Low 30 Nov 2012 12:38
To display the event time, always use the :start_time variable instead of the :start_date. As events can be both all day and not all day, so time isn't always relevant. If you use the :start_time variable, it will stay consistent.
magnusland 30 Nov 2012 12:55
Olala, fantastic! Thanks for your promt answer :-)