Take a look at GregorianCalendar. It might be a better solution. You can use the constructor just as you use the constructor in the Date class.
GregorianCalendar(int year, int month, int date)
And since it extends Calendar I think you've got what you need