Thread Datumsfunktion: aktuelles Datum minus 3 Tage (15 answers)
Opened by Glen at 2005-05-06 21:29

pq
 2005-05-08 15:00
#54665 #54665
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
[quote=J-jayz-Z,08.05.2005, 12:50]
Code: (dl )
$month = $month + 1;
[/quote]
$month++; # kürzer, besser lesbar (und schneller?)
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Datumsfunktion: aktuelles Datum minus 3 Tage