摘要:
// 本月的第一天 Calendar calendar = new GregorianCalendar(); calendar.set( Calendar.DATE, 1 ); SimpleDateFormat simpleFormate = new SimpleDateFormat( " yyyy-MM-dd " ); System.out.println(simpleFormate... 阅读全文
posted @ 2010-03-20 10:17
yubinlai
阅读(304)
评论(0)
推荐(0)