PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Mr. Dharmendra Kumar   PHP Age Calculator Class   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Age Calculator Class
Calculate the years since a given date
Author: By
Last change:
Date: 1 year ago
Size: 207 bytes
 

Contents

Class file image Download

AgeCalculator

AgeCalculator is a simple PHP class. It can calculate age and return JSON format result.

require('AgeCalculator.php'); $obj=new AgeCalculator(); $dob='05-06-2000'; echo $obj->show_my_age();