So I am using this class "SimpleDateFormat" so that I can convert number of days in a year to a date, using "DDD". However, I'm not sure if this covers leap years because I don't see an option where I can specify that this year is a leap. If I specify a year, will it already know that it is a leap? I just want to be sure.
Thank You, ejay