Search Results

Search: Posts Made By: Bozall
5,008
Posted By Bozall
use Date::Calc qw(Add_Delta_YM); my...
use Date::Calc qw(Add_Delta_YM);

my $date_input = '2000-08-01';

my @date = split /-/ ,$date_input;

($year,$month,$day) = Add_Delta_YM($date[0],$date[1],$date[2],0,-8);

if ($month < 10) {...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 12:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy