Perl Language
Datums en tijd
Zoeken…
Datumnotatie
Tijd :: stuk is beschikbaar in perl 5 na versie 10
use Time::Piece;
my $date = localtime->strftime('%m/%d/%Y');
print $date;
Output 07/26/2016
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow