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
Post a Comment