DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Display Current Year
Useful for example for automatic copyright notices:
© Copyright 2004 - <?php echo date("Y") ?>





