Home › Forums › General Issues › wp_query logic with acf fields › Reply To: wp_query logic with acf fields
Is it a date field or a date time field?
Date fields in ACF are not stored in standard DB date formats. You cannot use 'type' => 'DATE'
with these fields. You need to use wither number or char as type. The format of the value in the DB is “YYYYMMDD” or in standard date notation ‘Ymd’
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.