I am writing a customValidator to compare that a timeItem is < than a second timeItem.
But how to compare the values? If I use getValueAsDate() it will be using dates, and in the documentation "you should ignore the date part of the timeItems". So it is not specified what is returned. So how to compare two TimeItems?
Using 6.0p power
But how to compare the values? If I use getValueAsDate() it will be using dates, and in the documentation "you should ignore the date part of the timeItems". So it is not specified what is returned. So how to compare two TimeItems?
Using 6.0p power
Comment