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


Date-Simple documentation  | view source Contained in the Date-Simple distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    use Date::Simple::ISO;

DESCRIPTION

Top

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.

SEE ALSO

Top

Date::Simple for full documentation.


Date-Simple documentation  | view source Contained in the Date-Simple distribution.