Login   Register  
PHP Classes
elePHPant
Icontem

File: Example

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  >  Date manipulator  >  Example  >  Download  
File: Example
Role: Example script
Content type: text/plain
Description: Example of usage
Class: Date manipulator
Perform operations and format dates
Author: By
Last change:
Date: 2004-07-08 09:33
Size: 166 bytes
 

Contents

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

$date = new Date();

echo 
$fecha $date->fechaactual();

echo 
$fecha $date->operar($fecha,"+","mes",3);
?>