get_context()->datetime('d-m-Y'); $date = strtotime($date); $options = $this->data['options']; $comparison_date = strtotime( $options[1] ); $comparison_method = $options[0]; return $this->compare_time_unix_format( $date, $comparison_date, $comparison_method ); } }