Originally posted by Ray Stojonic:
Calendar is not in the java.lang package, so you'll need to tell the compiler where to find it with an import statement.
DateFormatSymbols is also not in the java.lang package, and it's not in same package as Calendar, so you will require another import statement to tell the compiler where that one is.
read about the jsp page tag (hint: it has an import attribute)