Mega Code Archive

 
Categories / Php / Date Time
 

Finding the current date and time

<?php print strftime('%c'); print "\n"; print date('r'); ?>