PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   Date from Incredible Timestamp   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: readme
Class: Date from Incredible Timestamp
Compute date and time from timestamp from year 0
Author: By
Last change:
Date: 6 years ago
Size: 1,192 bytes
 

Contents

Class file image Download
datefromIncTimestamp class is simple class which use an algorithm based on Incredible timestamp package to compute the exact date and time for an Incredible timestamp from year 0 to the year 99999 the 31st December at 23:59:59. The class constructor: public function __construct($x){ "The parameter must be a numeric." if $x<0 the tag 'BFJC' will be add to the result. if $x>0 the tag 'AFJC' will be add to the result. if $x==0 the tag 'First Day will be add to the result. } The class contains except the constructor, 3 methods: -DatefromInc($christtag=true) which computes and return the exact date and time for an Incredible timestamp: $christtag is used to specify if you want the tag or no. -GetjustDate($christtag=false) which computes and return the exact date an Incredible Timestamp; $christtag is used to specify if you want the tag or no. - GetjustTime() which computes and return as its name shows just the exact time an event happens for a chosen Incredible Timestamp; See the testDatefromInc.php file for example of how to use. This script is too short to provide more documentation. Contact at leizmo@gmail.com