2015-11-24 11:59 GMT-03:00 stepharo <[email protected]>: > Hi > > I was reading the code of Date and I was expecting to get some methods such > as > monthNames > dayNames > daysInMonths > > Ok they are stored in ChronologyConstants but they are not accessible. > There is no monthNames nor > > Do I imply something strange or silly? > I think that it would make sense to add them.
It makes sense, maybe the class Date is not the best for those methods, but there isn't a "Calendar" like class either. Whatever is chosen, it should collaborate with the Locale, but be able to use any other locale to retrieve the names. Esteban A. Maringolo
