Rick Measham wrote:
> Maybe an example will explain why I want to have an undef DateTime:
>
> print $natural->parse_datetime("Feb 29th, this year")
> ->set( day => 31 )
> ->add( days => 12)
> ->datetime;Yes, this makes sense to me - but I'm into functional programming. I learned that many people find it confusing, so it is better to avoid it. - Flavio S. Glock
