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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

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

ios - I get the error Property '...' not found on object of type '...' -