Copyright Year Demo

A Site Built This Year

The code used for this example:
<p>All Content Copyright &copy; <?php echo copyrightYear(2009);?> Company Name</p>

All Content Copyright © 2009-2010 Company Name

A Site Built in 2007

The code used for this example:
<p>All Content Copyright &copy; <?php echo copyrightYear(2007);?> Company Name</p>

All Content Copyright © 2007-2010 Company Name