PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Gustavo Gontaruk   Cool Date   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: ejemplo
Class: Cool Date
Calculate the difference of time between two dates
Author: By
Last change:
Date: 13 years ago
Size: 125 bytes
 

Contents

Class file image Download
<?php
require("coolDate.class.php");
$fecha = new Cool_Date("2011-01-10 01:40:25");
echo(
$fecha->getCoolDiffSpeech());
?>