Those are unix-timestamps. They represent the number of seconds that have passed since the start of the unix era (January 1st, 1970). You can use the date() function to format them. Take a look here for syntax and examples: http://ro.php.net/manual/en/function.date.php
Those are unix-timestamps. They represent the number of seconds that have passed since the start of the unix era (January 1st, 1970). You can use the date() function to format them. Take a look here for syntax and examples: http://ro.php.net/manual/en/function.date.php