between not work in wp_query
-
hello,
I have use the query like this:
$args = array('post_type' => 'event', 'meta_query' => array(array( 'key' => $current_date, 'value' => array('_event_start_date','_event_end_date'), 'compare' => 'BETWEEN', 'type' => 'DATE')));
but it give me blank result where as i have record between start and end date..!!!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘between not work in wp_query’ is closed to new replies.