PHP Classes

File: time_example.php

Recommend this page to a friend!
  Classes of Ritesh Patel   Time Zone Converter   time_example.php   Download  
File: time_example.php
Role: Example script
Content type: text/plain
Description: Example of converting Time from one time zone to another time zone
Class: Time Zone Converter
Convert time between two timezones
Author: By
Last change:
Date: 18 years ago
Size: 144 bytes
 

Contents

Class file image Download
<?php
   
include("convert_timezone.php");
   
$obj=new convert_timezone;
   
$str=$obj->conver_to_time(5.5,"2006-10-02 10:30:00",0);
    echo
$str;
?>