Creates a Date with the given parameters.
Date(int year, [int month = 1, int day = 1]): super(year, month, day, 0, 0, 0, 0, 0);