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

Support archive

Always Getting Current Time

Brad Parscale 3 Jan 2013 02:33 problem, complete

Hello,

Using Low Events for the first time. Just download and installed 1.1.1. When I use this code:

{food_events_dates:start_date format="%F %d %Y %g:%i %A"} - {food_events_dates:end_date format="%F %d %Y %g:%i %A"}

I always get the current time for %g:%i %A

Is this a known bug or am I doing something wrong? I do get the correct date.

Thanks,

Brad

Replies

  1. Low 3 Jan 2013 08:12

    Hi Brad,

    Try splitting the tags to use :start_time and :end_time. See also this explanation: https://getsatisfaction.com/low/topic...

  2. Brad Parscale 3 Jan 2013 17:49

    You rock. Didn't see that in the docs...

    {food_events_dates:start_date format="%F %d %Y"} {food_events_dates:start_time format="%g:%i %A"} - {food_events_dates:end_date format="%F %d %Y"} {food_events_dates:end_time format="%g:%i %A"}

    That solved it! Loving this so far.

    Brad