Hi all,
I have a problem with the date in javascript.I have a date which is in string format Like this: 10/5/2012 6:00 PM and what i need to do is at 5:00 PM on date 10/5/2012, i need to add a class to the td.
<table width="100%" border="0" id="datetime">
<tr>
<td>Dates</td>
</tr>
<tr>
<td>10/9/2012 6:00 PM</td>
</tr>
<tr>
<td>10/9/2012 7:00 PM</td>
</tr>
<tr>
<td>10/10/2012 8:00 PM</td>
</tr>
<tr>
<td>10/15/2012 8:00 PM</td>
</tr>
</table>