公告
财富商城
积分规则
提问
发文
2019-04-03 04:00发布
beautiful°
What can I use to replace this, new Date(2009, 12, 9)?
new Date(2009, 12, 9)
Thanks for your help.
GregorianCalendar(year + 1900, month, date)
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Date.html
最多设置5个标签!
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Date.html