In a loop, I am to create a new object only if the date is different than the previously iterated value. Otherwise i want the same object. Can anyone help?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Note If you create new Object you should take note of time also, Here I have ignored time related fields of a Date |
|||||||||
|
|
Your questions lacks a lot of information so I can't give you code you can use with out changes. Here is the general code that you seem to be asking for. You will need to fill in the comments with code that matches what you were asking for.
|
|||
|
|