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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -