I have two array lists consisting of Calendar objects. I need these two lists to contain the same objects and in the same order - but this isn't the case. I ran the program on debugger mode to check the content of the lists but the object descriptions are gibberish. I just want to know if the year, month and day are the same at each step.
This is what my debugger shows:
When I click the arrow next to each index to reveal more information I still can't find what I need. Is there a way around this? Or perhaps there is another debugging tool that I am unfamiliar with? At this stage my debugging skills are limited to placing breakpoints and clicking the bug icon.
Appreciate any help.
java.util.Calendar
in the box "Apply renderer to objects of type..."new SimpleDateFormat("yyyy-MM-dd").format(getTime())
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With