in reply to Date::Calc question
In order to convert the number returned by this function back into a date, use the function "Add_Delta_Days()" (described further below), as follows:$days = Date_to_Days($year,$month,$day); ($year,$month,$day) = Add_Delta_Days(1,1,1, $days - 1);
Makeshifts last the longest.
|
|---|