Thread Aus Timestamp das Datum zusammen setzn (3 answers)
Opened by Gast at 2003-11-05 16:45

pq
 2003-11-05 17:27
#69455 #69455
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
wieso erzeugst du nicht gleich die einzelnen teile?
perldoc -f localtime:
Code: (dl )
1
2
3
4
5
6
7
8
       localtime EXPR
              Converts a time as returned by the time function
              to a 9-element list with the time analyzed for the
              local time zone.  Typically used as follows:

                  #  0    1    2     3     4    5     6     7     8
                  ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
                                                              localtime(time);
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 Aus Timestamp das Datum zusammen setzn