Hi,
I want to write a code in such a way that if todays' date is a multiple of 3, ie. 3, 6 ....27, 30 ... then it should use the following:
<tr>
<td>
<td align="right"> </td>
</tr>
else it should use :
<tr>
<td>
<td align="right">You have a HOLIDAY TODAY. </td>
</tr>
How do I do that?
Nainil C.