starki78 wrote:
Hi,

I've a short question.
Is it possible to compare two fields
which contain date-values.
I would like to check if a start-date is older
than an end-date.
This should be a common problem.
How to implement this?

Thanks a lot
Starky


Convert the values to Java Dates and make the comparison with them. If the conversion does not succeed, validation fails.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to