수색…


날짜 형식

Time :: Piece는 버전 10 이후에 perl 5에서 사용할 수 있습니다.

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
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow