Link to home
Start Free TrialLog in
Avatar of sa9813
sa9813

asked on

Checking for a certain date?

How can I check for if a certain date have occured? The problem is that once a month I want certain tasks to be executed. Is there some class for this? I want to be able to set a certain date and when it occures I want an event to be raised.
ASKER CERTIFIED SOLUTION
Avatar of msmolyak
msmolyak

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of msmolyak
msmolyak

To check whether the date occured you can use java.util.Calendar methods before(), after() or get().