I'm trying to do a query based on TWO meta values which I need to combine in order to perform a comparison.
Essentially, I'm trying to join a date and a time field to return the exact datetime that an event ends and compare it to the current datetime.
Is such a thing possible? Can I combine a date meta and time meta in order to get a datetime meta? Or would it just be easier to remove the end time field, replace it with a datetime field and go back through my posts to change the data?