in reply to Re: use of date n time functionsin thread use of date n time functions
It's all in the Date::Calc help page : look at the recipes
For instance :
use Date::Calc qw( Delta_Days ); if (Delta_Days($year1,$month1,$day1, $year2,$month2,$day2) > 0) [download]