Hi,
I have requirement below:-
I have one file, in this file all records holds the date. Suppose the current year gets changed from 2015 to 2016, it should not allow the 2015 records. Date comparison must happen between the record date year and system date year.
Instead of sorting the file on year basis, i need to compare the record dates against the system date. Can you please help me on this.