Equivalent of following methods in Joda-Time
DateFormatSymbols #getMonths()
/**
* Gets month strings. For example: "January", "February", etc.
* @return the month strings.
*/
public String[] getMonths()
|
Equivalent of following methods in Joda-Time DateFormatSymbols #getMonths()
|
|||
|
|
|
Joda actually provides a method to access this data:DateTimeUtils.getDateFormatSymbols() in Joda 2.0. I don't believe Joda is trying to replace that method. |
|||
|
|