PHP Classes

File: example.php

Recommend this page to a friend!
  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: 13 years ago
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"));
?>