I need help:)

Hi.

I'm trying to do the Diary.

I have there Vector which contains list of events.

Event is divided into String name, String description, Date beginning, int alarm.

I need to copy this Vector to a new one but I only want to copy events where Date of beginning is equal to the real date.

(my English isn't good, but I hope someone will understand what I mean)

[397 byte] By [maiiaa] at [2007-11-26 12:46:26]
# 1
Use the Date method compareTo() to decide whether you want to copy a particular date.
pbrockway2a at 2007-7-7 16:26:48 > top of Java-index,Java Essentials,New To Java...
# 2
Thank you so much!!! I will try it!!!!
maiiaa at 2007-7-7 16:26:48 > top of Java-index,Java Essentials,New To Java...