Login   Register  
PHP Classes
elePHPant
Icontem

File: time_example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2006-10-06 04:50
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;
?>