I need to get the date and put it in a graph of Google Chart , example:
Sales today, this week, this month.
$sql = "SELECT dataCaptura FROM produtos";
//Trazendo resultados da tabela
$result = mysqli_query($conexao, $sql);
//Condição par...
asked by
08.10.2018 / 20:23