• Hi! Two questions regarding dates.

    1) Formatting:
    I’m trying to format dates coming from my Airtable field called “Date”. I know the PHP format I want (D, m/d/Y) but am not sure how to incorporate that into the shortcode= [apr field=”Date”]

    I want it to appear like= “Wednesday, 05/01/2019”

    2) Filtering:
    Updating my previous post, The {Publish } = 1 filter works perfectly! However now I realize I need to break down my list into multiple sections based on a date field aptly named “Date”. So they all need to be filtered by “Publish” but I need to separate loops by “Date” as well.

    Can the date filter be written into the list template? Or do I need to create separate Airpress virtual posts for each that filter both by “Publish” and “Date”, if that is even possible?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter jree300

    (@jree300)

    Adding to the 1st formatting question:

    I’ve also added a part in the list template where I have:

    [apr field=”Date”] – [apr field=”Event Start Time”] to [apr field=”Event End Time”]

    Right now it shows up as:

    2019-05-03 – 2019-05-03T23:00:00.000Z to 2019-05-04T02:00:00.000Z

    I would like it to show up as:

    Friday, 05/03/2019 – 7:00pm to 10:00pm

    I am in the Eastern US time zone. I have no been able to find any documentation on this. Please help. Thank you in advance.

Viewing 1 replies (of 1 total)
  • The topic ‘Date Formatting and Filtering’ is closed to new replies.