Support

Account

Home Forums Front-end Issues Show posts between two dates Reply To: Show posts between two dates

  • ACF does not store dates in the database in the correct format for using a date query. The format ACF uses for date fields is “YYYYMMDD”. You need to use a meta query, the value can be searching using “BETWEEN” as either “NUMERIC” or “CHAR” types.