Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
<HTML>
	<BODY>
		<H2>Welcome to my page.  The date is 1 January 20012012.</H2>
	</BODY>
</HTML>
HTML
<p>This is clearly inappropriate because if a user requests your page on, say, 14 February 2013, the date will be incorrect.</p>

<p>So to force the web server to show the correct date, simply substitute the text for the variable name, in this case #SSI_DATELONG....</p>

...