Previously, this function worked for me...
$this_day = Day_of_Week($lyear, $month, $day);
using this lib..
use Date::Calc qw(Add_Delta_Days Day_of_Week Delta_Days);
But I need another way to get this same info.
the error it returned is
Date::Calc::Day_of_Week(): not a valid date
Any ideas?