The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.04 - 2017-07-27

  • Bug Fixes
    • `add_months` was returning a Time::Piece instead of a Date::Easy object (fixed)
  • New Features
    • New `day_of_year` method returns day of year (1-366)
    • New `split` method splits to (Y, m, d) for date, (Y, m, d, H, M, S) for datetime
    • New methods: `add_seconds`, `subtract_seconds`, `add_minutes`, `subtract_minutes`, `add_hours`, `subtract_hours`, `add_days`, `subtract_days`, `add_weeks`, `subtract_weeks`, `subtract_months`, `add_years`, `subtract_years`
    • New class: Date::Easy::Units simpler interface for date math
  • Docs
    • Added "Language" section to "Limitations"
    • Added "Inspiration and Credits" section to POD
    • Documented effects of upstream bug RT/105031

Modules

easy dates with Time::Piece compatibility
easy date class
easy datetime class
units objects for easy date/datetime math