Computing Staff
  • 2

Java.Util Cannot Find Symbol Error

  • 2

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!

Share