View Single Post
  #1 (permalink)  
Old 05-28-2007, 02:28 PM
kunta kunta is offline
Member
 
Join Date: May 2007
Posts: 1
kunta is on a distinguished road
TimerTask with a Date_Time
Hello my friends,

I am new to Java. I am currently learning j2me.

All I want is to play an Alert on March 3rd, 2008

This is what I have:


timer.schedule(new AlertTrigger, "hello friends") March 3rd, 2008. 6000 8000);

Can someone please help me to plug in the Date properly.

How do I create the Date Object reflecting the right values.
Reply With Quote
Sponsored Links