1Date::Simple::ISO(3) User Contributed Perl Documentation Date::Simple::ISO(3)
2
3
4
6 Date::Simple::ISO - Sub class of Date::Simple
7
9 use Date::Simple::ISO;
10
12 This module is entirely identical to Date::Simple. It is included for
13 completness and self documenting sake. IMO it is preferable to say
14
15 my $obj=Date::Simple::ISO->new(...);
16
17 As this makes the implicit formatting of the object clear.
18
20 Date::Simple for full documentation.
21
22
23
24perl v5.34.0 2021-07-22 Date::Simple::ISO(3)