Search Results

Search: Posts Made By: Chubler_XL
13,038
Posted By Chubler_XL
You could use perl save this as dayadd.pl: ...
You could use perl

save this as dayadd.pl:
#! /usr/bin/env perl
use Time::Local;
use POSIX qw(strftime);

my ($yy, $mm, $dd) = unpack "A4A2A2", $ARGV[0];
eval { print strftime("%Y%m%d\n",...
Showing results 1 to 1 of 1

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