You are on page 1of 2

dentro do arquivo funcoes

function TestaCampo($Value){
if (trim($Value) != ""){
echo "$Value";
}
}
function TestaCampo2($Value){
if (trim($Value) != ""){
echo "<td nowrap='nowrap'>$Value </td>";
}
}
function FormatDate($DataBase,$StrDate){
if ($StrDate != ""){
if ($DataBase == "mssql"){
$StrDate = explode("/",$StrDate);
$StrDate = $StrDate[2]."-".$StrDate[1]."-".$StrDate[0];
return $StrDate;
}
if ($DataBase == "odbc"){
$StrDate = explode("/",$StrDate);
$StrDate = $StrDate[0]."/".$StrDate[1]."/".$StrDate[2];
return $StrDate;
}
if ($DataBase == DBX_OCI8){
$StrDate = explode("/",$StrDate);
$StrDate = $StrDate[0]."/".$StrDate[1]."/".$StrDate[2];
return $StrDate;
}

}
}

css/menu.js
css/busca.js
doc_novo.php
cria_doc.php
controles/novo_doc.php

pesq_doc.php
lista.php
lista2.php
form_tipo_busca.php
controles/busca_livre.php
versao_in.php
criar_versao.php
versao_out.php
excluir_versao.php
mostrar_versoes.php
detalhes_documento.php
css/index.css
controles/upload.php
controles/config.php

Hello, I am a new user of Webline,'m from Brazil

You might also like