Date Comparison in JSP
843838Jan 10 2006 — edited Jan 12 2006Hi All,
I am new to jsp programming. I have two date values, which are in string format, I need to compare these date values and show a message. Can anybody tell me how to compare date in jsp? Do I have to convert these string values to Date format first ?
Thanks in advance.