All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Entry field returns current time, not even time

magnusland 30 Nov 2012 12:35 problem, complete

{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

  1. 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.

  2. magnusland 30 Nov 2012 12:55

    Olala, fantastic! Thanks for your promt answer :-)