rstoetter/libdatephp

library with date and iso date classes and calculation of recurring dates

v1.0.2 2017-10-24 21:53 UTC

This package is not auto-updated.

Last update: 2024-04-28 01:24:13 UTC


README

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 for more information.