2013年10月16日 星期三

jsp-date



Calendar now = Calendar.getInstance();
int dayOfMonth = now.get(Calendar.DAY_OF_MONTH);
int month = now.get(Calendar.MONTH) + 1;
int year = now.get(Calendar.YEAR) + 1;

沒有留言:

張貼留言