If you use Calendar() (which has very similar code to Date()), you will not have a problem. I use Calendar in my tank game and it works perfectly as far as I can tell. All you need to use it is import java.util.Calendar; and the create a new date object:
Calendar today = Calendar.getInstance();
and then you can access something, like what hour it is this way:
int hour = today.get(Calendar.HOUR);
2012/9/16
Textured Cube
2012/9/14
Cube Collision
2012/9/14
Cube Collision
2012/9/13
Clock
2012/9/12
Scrolling Man
2012/9/9
Cube Collision
2012/9/9
Robots on the Loose
2012/9/5
Mini Game
2012/9/5
Mini Game