Here you can find the source of yyyyMMddFormatter()
public static SimpleDateFormat yyyyMMddFormatter()
//package com.java2s; //License from project: Apache License import java.text.SimpleDateFormat; public class Main { public static SimpleDateFormat yyyyMMddFormatter() { return new SimpleDateFormat("yyyyMMdd"); }/*w w w. ja v a 2 s . com*/ }