I work with a RichFaces calendar component. I use Rich Faces 3 und have two calendar components.
How it is possible to compare two Date Values in that way, that one to these two value can be higher than to other one?
The two values will be initialize in that way:
Date startDate = new Date();
Date endDate = new Date();
Now my user can select DateValues in Rich Faces Calendar und the selected values will be saved in the variables.
How can i compare this two values?
Greetz