Hello, I'm looking for a date information from a database with a lot of information, I'm doing this:
$data = $tbdeliberacoes->getData();
date("d/m/Y", strtotime($data));
And this is my return on screen:
31/12/1969
For all fields...
asked by
10.08.2015 / 14:23