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

pontikis/phpDateManip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.