I have the following function that transforms timestamp into a readable date in Portuguese
function dataEmPortugues ($timestamp, $hours = TRUE, $timeZone = "America/Sao_Paulo") {
$timestamp=strtotime($timestamp);
$dia_num = date("w", $ti...
asked by
30.11.2016 / 18:14