for my $date ( $date1, $date2 ) { my @fields = ( split( /:/, $date ); my $frac = pop @fields; my $sec = pop @fields; push @seconds, join( '.', ( $sec, $frac ) ); }
In reply to Re: Best way to compare date strings
by Anonymous Monk
in thread Best way to compare date strings
by minixman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |