Calendar Class problems

前端 未结 6 685
梦谈多话
梦谈多话 2021-01-24 02:32

I am having problems with the Calendar Class.

Calendar cal = Calendar.getInstance ();

int iYear  = cal.get (Calendar.YEAR);         // get the curr         


        
6条回答
  •  粉色の甜心
    2021-01-24 02:52

    In Calender class Jan as constant int is 0 , Feb is 1 ... .month constant int value is from 0,1,2..
    

提交回复
热议问题