Here you can find the source of getFolderFormat()
public static synchronized SimpleDateFormat getFolderFormat()
//package com.java2s; import java.text.SimpleDateFormat; public class Main { public static synchronized SimpleDateFormat getFolderFormat() { return new SimpleDateFormat("yyyy_MM_dd"); // return getFormat("yyyy_MM_dd", KEY_FOLDER_FORMAT); }/*from w ww.j av a 2 s .co m*/ }