I want to show date on the site:
Example:
<table width="100%">
<tr>
<td>Today: <b>Current Time</b></td>
</tr>
</table>
Result:
<table width="100%">
<tr>
<td>Today: <b>July 12th, 2005</b></td>
</tr>
</table>
How this to make?
Thanks.