计算自2000年1月1日起,N天后的日期
/** * calculate the date from 2000-1-1 after a number of days */import java.text.SimpleDateFormat;import java.util.Calendar;public class TwoThousandDate { public void getCurrentDate(int dump,Da