Fixed exception in later_than and earlier_than validators
Created by: cburchert
later_than and earlier_than threw exceptions if the referenced value was missing. This was not prevented by required flags, as the validators were executed anyway. Also this masked all other messages with the exception making it hard to detect the problem for users.