Simple Java DateBuilder
I took some time on a trip to Munich to extract a little DateBuilder class from one of my latest Java projects and publish it to github. It’s no big thing, just a simple wrapper around the default GregorianCalendar with a nice and simple interface. Check it out and feel free to use it in your projects.
https://github.com/torstenmandry/testutils
Usage: