PHP Classes

File: Example

Recommend this page to a friend!
  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: 20 years ago
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);
?>