qsl has asked for the wisdom of the Perl Monks concerning the following question:
I have following two dates
how to find the difference between these 2 dates in seconds.my $date_1="Aug 26 23:10:59"; my $date_2="Aug 27 10:59:02";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Finding the difference between 2 dates in seconds
by bruceb3 (Pilgrim) on Sep 17, 2007 at 09:23 UTC | |
Re: Finding the difference between 2 dates in seconds
by johngg (Canon) on Sep 17, 2007 at 08:57 UTC | |
Re: Finding the difference between 2 dates in seconds
by almut (Canon) on Sep 17, 2007 at 11:29 UTC | |
by Not_a_Number (Prior) on Sep 17, 2007 at 13:38 UTC | |
by ambrus (Abbot) on Sep 28, 2007 at 12:12 UTC | |
Re: Finding the difference between 2 dates in seconds
by oxone (Friar) on Sep 17, 2007 at 11:29 UTC | |
Re: Finding the difference between 2 dates in seconds
by qsl (Scribe) on Sep 17, 2007 at 10:27 UTC | |
Re: Finding the difference between 2 dates in seconds
by andreas1234567 (Vicar) on Sep 28, 2007 at 19:40 UTC |