thelordoftherings
Programmer
Hello,
I have a list of dates, each one contained in a String at this format: "dd/mm/yy". Today's date for example is represented like this: 29/05/05.
I would like to go over the list and remove all the dates that are older than a week coparing to today's date.
Can someone please show me an example of how to do it?
10X, Roy
I have a list of dates, each one contained in a String at this format: "dd/mm/yy". Today's date for example is represented like this: 29/05/05.
I would like to go over the list and remove all the dates that are older than a week coparing to today's date.
Can someone please show me an example of how to do it?
10X, Roy