Date One Week Ago From Given Date, Not From Current Date
Hi all,
I've used various scripts in the past to work out the date last week from the current date, however I now have a need to work out the date 1 week from a given date.
So for example, if I have a date of the 23rd July 2010, I would like a script that can work out that one week back was the 16th of July 2010.
Can anybody help?
I normally use something like this in perl
Is there a way to replace time() which is the current date with any date I choose?
Hi,
another way is to use the fantastic date command, if perl isn't a requirement, and sh is ok.
Example:
or in Your case,
or with variable start date
lots of options and very pedagogic!
Best regards,
Lakris
Last edited by Lakris; 11-09-2010 at 05:52 PM..
Reason: added example
Hi all,
Need an urgent help on the below scenario.
script:
awk -F","
'BEGIN { #some variable assignment}
{ #some calculation and put values in array}
END {
year=#getting it from array and assume this will be 2014
month=#getting it from array and this will be 05
date=#... (7 Replies)
Hi All,
I have a requirement which would calculate the Tuesday's date of the current week in yyyymmdd format in unix shell script.
Please help me out how could I do this .
I appreciate your help
Regards,
raj (7 Replies)
Hi All,
what i want to do in perl is i should give the date at run time .Suppose date given is 23/12/2011(mm/dd/yyyy) the perl script shold find week start date, week end date, previous week start date,end date,next week start date, end date. In this case
week start date will be-:12/19/2011... (2 Replies)
Hello gurus,
I am hoping someone can help me with the required code/script to make this work. I have the following file with records starting at line 4:
NETW~US60~000000000013220694~002~~IT~USD~2.24~20110201~99991231~01~01~20101104~... (4 Replies)
Hi
Can we get every tuesday or monday's date for the current week ?
For the current week i need tuesday's date or monday's date in
%m%d%y fromat
Thanks (5 Replies)
Hi,
Anybody knows how to get what date was 28 days ago of the current system date through UNIX script.
Ex : - If today is 28th Mar 2010 then I have to delete the files which arrived on 1st Mar 2010, (15 Replies)