Thread Aktuelles Datum in Variable (17 answers)
Opened by Fairy at 2012-05-07 10:27

rosti
 2012-05-07 19:32
#158143 #158143
User since
2011-03-19
3566 Artikel
BenutzerIn
[Homepage]
user image
Schön!

Code (perl): (dl )
1
2
print localtime;       # oops, das war es wohl nicht 2131197411211271
print scalar locatime; # huhu: Mon May  7 19:30:54 2012


Also: Nimm die Perl-Funktion localtime im scalaren Kontext ;)

--Rosti
http://blog.rolfrost.de/

The art of steam.

View full thread Aktuelles Datum in Variable