I'm probably not understanding this correctly but I can't seem to get the
system date and time using the calendar class.
I'm trying this:
rightNow = Calendar.getIns tance();
where rightNow is an int. Not working at all. Newbie question I'm sure but I
obviously cant follow the documentation.
Thanks
system date and time using the calendar class.
I'm trying this:
rightNow = Calendar.getIns tance();
where rightNow is an int. Not working at all. Newbie question I'm sure but I
obviously cant follow the documentation.
Thanks
Comment