I would like to get the past 30 days dates in the following format ::--->
mm/dd/yy
I tried the function thats in the FAQ area. It works some what. But for some reason it doesn't go all the way back..
export TODAY=`GetDate 0 '+%m/%d/%y'`
export Day1=`GetDate -1 '+%m/%d/%y'`
export Day2=`GetDate -2 '+%m/%d/%y'`
.
.
export Day30=`GetDate -30 '+%m/%d/%y'`
Any idea's...........
Joe Despres
mm/dd/yy
I tried the function thats in the FAQ area. It works some what. But for some reason it doesn't go all the way back..
export TODAY=`GetDate 0 '+%m/%d/%y'`
export Day1=`GetDate -1 '+%m/%d/%y'`
export Day2=`GetDate -2 '+%m/%d/%y'`
.
.
export Day30=`GetDate -30 '+%m/%d/%y'`
Any idea's...........
Joe Despres