| Author |
comparing dates
|
akshaj nampelly
Greenhorn
Joined: May 18, 2005
Posts: 18
|
|
I have two dates A and B on a form. Date A is displayed while I entering date B. If date B is prior to date A, it has to show valid error message when I submit the page. I want to use <logic> tag for this comparison and error message. How to go about it? Code snippet is appreciated. Akshaj
|
 |
Sajan Patel
Ranch Hand
Joined: Oct 25, 2004
Posts: 77
|
|
|
On Submit you can call JAVAScript and in Java script you can do all comparing.
|
 |
 |
|
|
subject: comparing dates
|
|
|