1Date::Simple::D8(3) User Contributed Perl Documentation Date::Simple::D8(3)
2
3
4
6 Date::Simple::D8 - Sub class of Date::Simple with eight digit date
7 style formatting as default.
8
10 use Date::Simple::D8;
11
13 This module changes the default stringification behaviour of Date::Sim‐
14 ple objects to use the as_d8() method instead.
15
16Date::Simple::D8->new ([ARG, ...])
17date_d8 ([ARG, ...])
18Identical to Date::Simple except that uses the D8 style formatting ('%Y%m%d')
19for overloaded stringification or when not providing a format argument to the
21
23 Date::Simple for full documentation.
24
25
26
27perl v5.8.8 2004-04-05 Date::Simple::D8(3)