Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2011-01-10 20:56
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());
?>