Sök…


Datumformatering

Time :: Piece är tillgängligt i perl 5 efter version 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
Licensierat under CC BY-SA 3.0
Inte anslutet till Stack Overflow