Newbie question here;
I have two date strings in the form of
%y%m%d%H%M%S i.e.
010101112245
and
010101114556
What id like to do is calculate the time difference, whats the
best method for doing this?
Ive been playing with Date::Manip but cant seem to get the string
parsed properly.
Thanks