/ Published in: Perl
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
use Time::Local; use strict; my $input="20060920"; my $timesd = timelocal(0,0,0,$day,$month-1,$year-1900);