Thread Datum vergleichen
(3 answers)
Opened by maco at 2005-03-27 22:55
$ perl -wle'
my $date1 = "2004-07-06"; my $date2 = "2005-01-01"; print "$date1 < $date2" if $date1 le $date2' 2004-07-06 < 2005-01-01 siehe perldoc perlop und natürlich perldoc perlintro\n\n <!--EDIT|pq|1111957836--> Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: ![]() ![]() |