大家好,小东方来为大家解答以上的问题。calendar是什么意思啊英语,calendar是什么意思这个很多人还不知道,现在让我们一起来看看吧!
1、public class MyDate{ int theyear=0; int themonth=0; int theday=0; String thedate=null; public String getDate(){ Calendar calendar=Calendar.getInstance(); theyear= calendar.get(Calendar.YEAR); themonth=calendar.get(Calendar.MONTH)+1; theday=calendar.get(***.DAY_OF_MONTH); thedate=""+theyear+"年"+themonth+"月"+theday+"日"; return thedate; } }。
本文到此分享完毕,希望对大家有所帮助。