Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/375.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Joda时间:相当于新的DateFormatSymbols().getMonths()?_Java_Jodatime - Fatal编程技术网

Java Joda时间:相当于新的DateFormatSymbols().getMonths()?

Java Joda时间:相当于新的DateFormatSymbols().getMonths()?,java,jodatime,Java,Jodatime,以下方法的等效性 Joda实际上提供了一种访问此数据的方法:在Joda 2.0中。我不相信乔达试图取代那种方法 /** * Gets month strings. For example: "January", "February", etc. * @return the month strings. */ public String[] getMonths()

以下方法的等效性


Joda实际上提供了一种访问此数据的方法:在Joda 2.0中。我不相信乔达试图取代那种方法

/**
 * Gets month strings. For example: "January", "February", etc.
 * @return the month strings.
 */
public String[] getMonths()