<?php
include_once("func/functions.php"); // Chama o arquivo de funções
function diaria($codmot,$periodo)
{
$data = (explode(" - ",$periodo));
$datIni = date('Y-m-d',strtotime($data[0]));
$datFin = date('Y-m-d',strtotime($da...
asked by
22.05.2018 / 21:18