Recherche…


Formatage de la date

Time :: Piece est disponible en Perl 5 après la 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
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow