The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for DateTime-Format-Alami

0.07    2016-04-13 (PERLANCAR)

        - Add options: time_zone, format, returns (like in Date::Extract). Now
          this module can return DateTime object as well as verbatim/original
          text or epoch, and can return additional information (like position of
          match, name of pattern that matches, etc).

        - [Bugfix] Properly truncate DateTime to days when not needed.

        - Recognize 2-digit year.

        - Add more sanity checks.

        - [doc] Mention more related modules.


0.06    2016-04-06 (PERLANCAR)

	- Use /x and /i for the whole regex, fixes/updates (a_tomorrow()
	  was missing), add test suite.


0.05    2014-10-03 (PERLANCAR)

        - No functional changes.

        - Some POD rewording.


0.04    2014-10-03 (PERLANCAR)

        - Use /o modifier for faster speed.

        - Rebuild using updated modules to create more compact $RE & $MAPS.


0.03    2014-10-03 (PERLANCAR)

        - No functional changes.

        - [build] Forgot to precompute $MAPS.


0.02    2014-10-03 (PERLANCAR)

        - Add FAQ item about the name.

        - Add pattern: date_wo_year (date without year), e.g. May 28, 5/28.


0.01    2014-10-02 (PERLANCAR)

        - First release.