/ Published in: Perl
Expand |
Embed | Plain Text
use Time::Local; use strict; my $input="20060920"; my $timesd = timelocal(0,0,0,$day,$month-1,$year-1900);
You need to login to post a comment.
use Time::Local; use strict; my $input="20060920"; my $timesd = timelocal(0,0,0,$day,$month-1,$year-1900);
You need to login to post a comment.