PHP Classes

File: exemplo_data.php

Recommend this page to a friend!
  Classes of Thales Santos   Data por extenso   ???   Download  
File: ???
Role: Example script
Content type: text/plain
Description: Arquivo de Exemplo
Class: Data por extenso
Spell dates using word in Brazilian Portuguese
Author: By
Last change:
Date: 20 years ago
Size: 180 bytes
 

Contents

Class file image Download
<?
/* By Thales A. Santos
     DarK ThaleS
 http://darkthales.hcerto.com
   [email protected]
*/
include("dataextenso.php");
$hoje = new dataExtenso(date("d/m/Y"));
?>