Skip to content

Instantly share code, notes, and snippets.

@Sivamanim
Created November 16, 2017 16:30
Show Gist options
  • Save Sivamanim/13e144fcb043644c499c8abcbdb9a5bd to your computer and use it in GitHub Desktop.
Save Sivamanim/13e144fcb043644c499c8abcbdb9a5bd to your computer and use it in GitHub Desktop.
PHP date
<?php
// Current date
echo date('Y-m-d');
// Current time
echo date('H:i a');
// Date replated questions refer following link
?>http://php.net/manual/en/function.date.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment