Compare two date whit jquery

Posted by Mercer on Stack Overflow See other posts from Stack Overflow or by Mercer
Published on 2010-06-09T08:33:20Z Indexed on 2010/06/09 8:42 UTC
Read the original article Hit count: 109

Filed under:
|
|

Hello, i have two String fields who represent Date in my page and i would to compare this two fields to know if my first date < second date

<tr>
<td align="right">First Date: </td>
<td align="left"> <html:text name="addPublicationForm" styleId="firstDate" property="firstDate" maxlength="10"/></td>
</tr>
<tr>
<td align="right">Second Date: </td>
<td align="left"> <html:text name="addPublicationForm" styleId="secondDate" property="secondDate" maxlength="10"/></td>

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about date