I got 2 TimeItems, I want to be able to validate that the value of the second item is not bigger than the first.
I'm aware that I must inherit from CustomValidator and place my validation logic in #condition, I can retrieve the value of the validated item with #getFormItem, but I got no idea on how to pass the value of the first field onto the validator