php function for linux time conversion -


i'm new php , need php function converts linux times 1396310400 $variable , returns human-readable date 1. apr. 2014! (time of day not needed)? suggestions appreciated.

echo date('d/m/y', $time_linux);

read here: http://php.net/manual/en/function.date.php learn how modify result show want.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -