Created
November 16, 2017 16:30
-
-
Save Sivamanim/13e144fcb043644c499c8abcbdb9a5bd to your computer and use it in GitHub Desktop.
PHP date
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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