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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -