Guest User

Untitled

a guest
Jun 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4. $unixtime = strtotime("2009-12-31 00:00:00");
  5. echo date("F j, Y, g:i a", $unixtime);
  6.  
  7. /* End of file test.php */
  8. /* Location: path_to/test.php */
Add Comment
Please, Sign In to add comment