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

NAME

Acme::September::Eternal - Calculate the "eternal september" date string

SYNOPSIS

  use Acme::September::Eternal;

  print eternalseptemberize('2019-10-18 10:28:00'), "\n";

DESCRIPTION

This module calculates a nicely formatted string for the "eternal september" date for any given date.

eternalSeptemberize()

This function takes a date string (anything that Date::Manip can parse should be OK) and returns it formatted as something like "Fri, 9544th et. Sept. 1993 10:28:23"

SEE ALSO

https://en.wikipedia.org/wiki/Eternal_September

AUTHOR

Rene Schickbauer, <cavac@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2019 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.30.0 or, at your option, any later version of Perl 5 you may have available.