Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Hamid Ghorashi  >  Gregorian to Jalali  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: sample
Class: Gregorian to Jalali
Convert dates between Gregorian to Jalali formats
Author: By
Last change:
Date: 2011-01-11 11:45
Size: 135 bytes
 

Contents

Class file image Download
<?php
require("gregorian2jalali.class.php");

$jalali = new gregorian2jalali;
echo (
$jalali->gregorian_to_jalali("yy M dd D"));
?>