PHP Classes

File: example1.php

Recommend this page to a friend!
  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: 19 years ago
Size: 121 bytes
 

Contents

Class file image Download
<?php

include("class_week_start_end_date.php");

$vObj = new weekstartend();

$vretval = $vObj->gen_cal();

?>