Page 1 of 1

getting date

Posted: Tue May 16, 2006 7:33 pm
by psychotomus
how can I pull date from this

1075960968

Posted: Tue May 16, 2006 7:39 pm
by RobertGonzalez

Code: Select all

<?php
// Prints something like: Monday 15th of August 2005 03:12:46 PM
echo date('l dS \of F Y h:i:s A', 1075960968);
?>