An open API service indexing awesome lists of open source software.

https://github.com/rstoetter/libdatephp

A full fledged date class cDate and a class to manage periods of time cPeriod written in PHP
https://github.com/rstoetter/libdatephp

date datetime iso8601 library periodic php

Last synced: 7 months ago
JSON representation

A full fledged date class cDate and a class to manage periods of time cPeriod written in PHP

Awesome Lists containing this project

README

          

# libdatephp

Some classes to work with dates written in PHP:

* A full fledged date class **cDate**
* a class to manage ISO dates **cDateISO**
* a class to manage periods of time **cPeriod**
* a datetime class **cDateTime**.
* some helper classes to calculate recurring events:

* cDateStrategyDaily
* cDateStrategyDailyFixed
* cDateStrategyMonthly
* cDateStrategyMonthlyFixed
* cDateStrategyNoInterval
* cDateStrategySimpleInterval

The namespace is \\rstoetter\\libdatephp

See the [project wiki](https://github.com/rstoetter/libdatephp/wiki) for more information.