- Apr 26, 2001
- 31,046
- 321
- 136
So I have a date in this format
050727, and I want to grab everything from that date, and the date from the date before 050726 from a directory that is filled with every kind of revision of that date all the way to 01. The problem is that I cannot simply decrease the current day by 00001 because of the case of the rolling over for next month.
I know perl has a way of handling this, can anyone enlighten men?
050727, and I want to grab everything from that date, and the date from the date before 050726 from a directory that is filled with every kind of revision of that date all the way to 01. The problem is that I cannot simply decrease the current day by 00001 because of the case of the rolling over for next month.
I know perl has a way of handling this, can anyone enlighten men?