-
The problem is that you are you init the month in the wrong way:
Date date = new Date(0, 0, 0, 0, 0, 0);
should be
Date date = new Date(0, 0, 1, 0, 0, 0);
because if it happens that the month is parse before the the day one is in trouble because for months with only 30 days the month in calculated in appropriately.
2007-11-22 23:14:49 UTC in GWT Widget Library
-
tomsontom committed patchset 7 of module perl-torque to the perl-torque CVS repository, changing 1 files.
2003-11-02 17:04:35 UTC in perl-torque
-
tomsontom committed patchset 6 of module perl-torque to the perl-torque CVS repository, changing 3 files.
2003-11-02 16:52:35 UTC in perl-torque
-
tomsontom committed patchset 5 of module perl-torque to the perl-torque CVS repository, changing 1 files.
2003-09-26 21:41:46 UTC in perl-torque
-
tomsontom committed patchset 4 of module perl-torque to the perl-torque CVS repository, changing 1 files.
2003-09-26 21:16:32 UTC in perl-torque
-
tomsontom committed patchset 3 of module perl-torque to the perl-torque CVS repository, changing 1 files.
2003-09-26 21:11:00 UTC in perl-torque
-
tomsontom committed patchset 2 of module perl-torque to the perl-torque CVS repository, changing 68 files.
2003-09-26 21:02:38 UTC in perl-torque
-
tomsontom committed patchset 1 of module perl-torque to the perl-torque CVS repository, changing 68 files.
2003-09-26 21:02:38 UTC in perl-torque
-
This is a simple drawing application written in Java. It generates animated SWF Files, which redraws everything you have drawn with the mouse in the editor.
We proudly announce the release of DrawSWF-1.2.0 with major feature enhancements: background image as template, storage format SVG and much more.
2002-08-29 22:37:34 UTC in DrawSWF
-
Released drawswf-1.1.1:
* Added straight lines
* Tested under WIN98 (modified run.bat)
* Kunststoff look&feel
* Refactored code
* removed some bugs.
2002-07-18 13:45:15 UTC in DrawSWF