Login   Register  
PHP Classes
elePHPant
Icontem

File: example1.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of haisabari  >  Week Start and End Days  >  example1.php  >  Download  
File: example1.php
Role: Example script
Content type: text/plain
Description: example1.php
Class: Week Start and End Days
Calculate the start and end date of a week
Author: By
Last change:
Date: 2005-09-26 04:03
Size: 121 bytes
 

Contents

Class file image Download
<?php

include("class_week_start_end_date.php");

$vObj = new weekstartend();

$vretval $vObj->gen_cal();

?>