satellite03
IS-IT--Management
there are 2 calender in Java . Gregorian and Calender class.
i am confused which one to use. could you tell ?
i am confused which one to use. could you tell ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Calender c=Calender.getInstance();
// start working with c
OR
GregorialCalender gc=new GregorialCalender();
// start working with gc