Skip to content

Instantly share code, notes, and snippets.

@arthurpizza
Created April 28, 2015 23:35
Show Gist options
  • Save arthurpizza/e082ca6713b7f99400c7 to your computer and use it in GitHub Desktop.
Save arthurpizza/e082ca6713b7f99400c7 to your computer and use it in GitHub Desktop.
Date
# Javascript
<script>document.write(new Date().getFullYear())</script>
# PHP
<?php echo date("Y"); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment