Skip to content

Instantly share code, notes, and snippets.

@wkoffel
Created May 25, 2013 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wkoffel/5649570 to your computer and use it in GitHub Desktop.
Save wkoffel/5649570 to your computer and use it in GitHub Desktop.
Simple timestamp in PHP
<html>
<h3>Favorite Quotes</h3>
<strong>Seymour Cray</strong> famously said:
<blockquote>"The trouble with programmers is that you can never tell what a programmer is doing until it's too late."</blockquote>
I was reading this page on
<?php
echo date("Y-m-d H:i:s", time());
?>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment