On Wed, 16 Jun 2004 23:42:38 +0300, Delian Krustev wrote > Please suggest me an easy way to answer this question: > > How many days are in this DateTime::Duration ?
use DateTime::Format::Duration; (See the docs for more information. IIRC there's a format key in there for 'as days')
