Date::Simple::Fmt
Sub class of Date::Simple with per object level formatting for overloaded stringification.
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.
Date::Simple for full documentation.