...$strModTime = (stat($strDcrName))[9];($day,$month,$year) = (localtime($strModTime))[3,4,5];...
Hi,we're using soemthign like that. ...$strModTime = (stat($strDcrName))[9];($day,$month,$year) = (localtime($strModTime))[3,4,5];...
use Date::Format;my $moddate = time2str("%Y-%m-%d", (stat($strDcrName))[9]);