Here you can find the source of getMonthDayFormats()
public static String[] getMonthDayFormats()
//package com.java2s; //License from project: Apache License public class Main { private static String[] monthDayFormats; public static String[] getMonthDayFormats() { return monthDayFormats; }//from w w w. ja v a 2s . co m }