PHP Classes

File: exemplo_data.php

Recommend this page to a friend!
  Classes of Thales Santos   Data por extenso   exemplo_data.php   Download  
File: exemplo_data.php
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: 19 years ago
Size: 180 bytes
 

Contents

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