How can I make a date field in a Custom Post validate so that it is required to be equal to another date field that's within a group? What do I type into the field value box for the grouped date picker?
With Javascript code, you need to create a custom code to check the two field values. Meta Box only supports validating for a single field with code. Refer documentation https://docs.metabox.io/validation/