Thread Date::Calc ausgabe (4 answers)
Opened by chmod777 at 2009-09-14 19:53

pq
 2009-09-14 19:59
#125769 #125769
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
2009-09-14T17:53:16 chmod777
Hi!

Wie stelle ich es an, dass Date::Calc z.b. Monday_of_Week() in der Form 01.01.2009 anstelle von 1.1.2009 ausgibt?

mit sprintf. http://p3rl.org/sprintf
kurz: my $formatted = sprintf '%02d', $number;
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 Date::Calc ausgabe