DOKK / manpages / debian 12 / libdate-simple-perl / Date::Simple::ISO.3pm.en
Date::Simple::ISO(3pm) User Contributed Perl Documentation Date::Simple::ISO(3pm)

Date::Simple::ISO - Sub class of Date::Simple

    use Date::Simple::ISO;

This module is entirely identical to Date::Simple. It is included for completness and self documenting sake. IMO it is preferable to say

  my $obj=Date::Simple::ISO->new(...);

As this makes the implicit formatting of the object clear.

Date::Simple for full documentation.

2022-10-19 perl v5.36.0