Calendar cal = Calendar.getInstance();
int nowDay = cal.get(Calendar.Date);
on the second line, or whenever i use one of the calendar’s functions, i get an error that says
“cannot find symbol”. I’m not even sure if any of the above is correct, I just saw it on some website. Does anyone know how to fix this, or at least a more reliable source of information? Thanks!
Actually I figured it out, I should have typed Calendar.DATE instead of Calendar.Date.