Date::Simple::Fmt - Sub class of Date::Simple with per object level formatting for overloaded stringification. |
Date::Simple::Fmt - Sub class of Date::Simple with per object level formatting for overloaded stringification.
use Date::Simple::Fmt;
This module changes the default stringification behaviour of Date::Simple objects to
use the format()
method instead. It also changes the behaviour of the constructor.
format()
method.
the Date::Simple manpage for full documentation.
Date::Simple::Fmt - Sub class of Date::Simple with per object level formatting for overloaded stringification. |