Look at
http://search.cpan.org/~stbey/Date-Calc-5.4/Calc.pod
check out the following:
# $time = time a + time b
$time = ( Date_to_Time($year,$month,$day, $hour,$min,$sec) +
Date_to_Time($year,$month,$day, $hour,$min,$sec));
($year,$month,$day, $hour,$min,$sec) = Time_to_Date( $time);
Jerry
"Drunken Canadian" <> wrote in message
news:gn5cd.7609$_u6.4468@edtnps89...
> Ok this may be a noob question but it almost 6am and the coffiee is no
> longer working ......
>
> time A = 00:01:04
> time b = 0:0:58
>
> how can i add the two times to be 00:02:02?
> I know the format is not the same but that is what im stuck with....
>
>
>
>