Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.03 KB

phpDateManip

Date manipulation using php DateTime

Copyright Christos Pontikis http://www.pontikis.net

Project page https://github.com/pontikis/phpDateManip

License MIT https://raw.github.com/pontikis/phpDateManip/master/MIT_LICENSE

Features

  1. International dates supported
  2. Format DateTime
  3. Create date ranges
    • current_year
    • current_month
    • current_week_from_monday
    • current_week_from_sunday
    • current_day
  4. Modifies (increase or decrease) a datetime string
  5. Utility functions:
    • isValidTimezone()
    • isValidDateTimeString()
  6. Multilanguage

Dependencies

Files

  1. phpDateManip.class.php php class

Documentation

See docs/doxygen/html for html documentation of phpDateManip class.