PHP Classes

PHP handy date time handler: Compute dates and times of recurring events

Recommend this page to a friend!
  Info   View files Documentation   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 191 This week: 1All time: 8,573 This week: 560Up
Version License PHP version Categories
m8 2.0.0Custom (specified...5PHP 5, Time and Date
Description 

Author

This class can compute dates and times of recurring events.

It can take a given date and calculates the time that passed since that date in a configurable format.

The class can also get the next dates after now with a given interval period.

Picture of zinsou A.A.E.Moïse
  Performance   Level  
Name: zinsou A.A.E.Moïse is available for providing paid consulting. Contact zinsou A.A.E.Moïse .
Classes: 50 packages by
Country: Benin Benin
Age: 34
All time rank: 6781 in Benin Benin
Week rank: 106 Up1 in Benin Benin Equal
Innovation award
Innovation award
Nominee: 23x

Winner: 2x

Recommendations

I need to pick a date and return it to a form
I require the date to return in MySQL/Oracle format

quarter wise, dates,
Braking the dates in quaters and calculating the number of days

Time that passed since timestamp
Calculate time passed from timestamp

What is the best PHP timer countdown class?
I need a php class that will countdown to 24 hours after a given

Documentation

RemainOrelapse class is a simple class to handle Event recurrences but also time remained to an event or time elapsed from an event . class RemainOrElapse protected $date; public function __construct($date=null) take as Argument valid DateTime Object or a valid Date format public function ago($format="") return a DateInterval object or a date in the chosen format For more information about the format see the PHP DateInterval::format function public function remained($format="") return a DateInterval object or a date in the chosen format For more information about the format see the PHP DateInterval::format function public function recurrence($interval,$nth=0,$daysinMonth=30) return a DatePeriod object public function nth_recurrence($interval,$nth=0,$format="",$daysinMonth=30): return a DateTime object or a date in the chosen format representing the nth date of a recurrene For more information about the format see the PHP DateTime::format function class_alias("RemainOrElapse","Remorelap"); For more information on how to specify the Interval see the function PHP DateInterval::CreateFromDateString For a how to use example see the testremorlap.php file and for more questions or bug reporting or simply feedback rate this class and use the dedicated forum at PHPclasses.org or simply contact me at leizmo@gmail.com

  Files folder image Files  
File Role Description
Accessible without login Plain text file license Lic. license
Accessible without login Plain text file readme Doc. readme
Plain text file RemainOrElapse.class.php Class class source
Accessible without login Plain text file testremorlap.php Example example script

 Version Control Unique User Downloads Download Rankings  
 0%
Total:191
This week:1
All time:8,573
This week:560Up