In this task and in others I used the methods getMonth(), etc as explained in previous lessons, but when I read the documentation of Java SE 8 I found out that all those methods are "deprecated" and that we should use the Calendar class and its methods. So maybe this lessons should be re written or what does "deprecated" actually means?