Content deleted Content added
Line 74:
<p><em>Information valid as of #dateformat(now(), "mm/dd/yyyy")#</em></p>
</cfoutput>
</source>
The output will be:
<source lang="text">
<p>Hi Dan,</p>
<p>I just wanted to let you know I have 3 types of fruit, such as apples.</p>
<p>Types:</p>
<ul>
<li>apples</li>
<li>pears</li>
<li>bananas</li>
</ul>
<p><em>Information valid as of 3/31/2012</em></p>
</source>
|