Re: Validator Comparing 2 Date Fields

2006-03-20 Thread Jari Fredriksson
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 th

Validator Comparing 2 Date Fields

2006-03-20 Thread starki78
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