Advertisement
rootUser

dateDisplay.php

Nov 29th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1.         <?php
  2.         $date = strtotime("10:30PM April 15 2014 ");
  3.         echo "CREATED DATE IS " . date("d-m-Y h:i:sa ", $date);
  4.         ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement