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 Andres Dario Gutierrez Poveda  >  Time Manipulator  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example of usage
Class: Time Manipulator
Perform operations and format time values
Author: By
Last change:
Date: 2004-07-08 09:31
Size: 166 bytes
 

Contents

Class file image Download
<?php
include('/path/to/class/Time.class.php');

$time = new Time();

echo 
$hora $time->horaactual();

echo 
$hora $time->operar($hora,"+","hora",3,12);
?>