Here you can find the source of getISODateFormatterShort()
public static SimpleDateFormat getISODateFormatterShort()
//package com.java2s; //License from project: Open Source License import java.text.SimpleDateFormat; public class Main { public static SimpleDateFormat getISODateFormatterShort() { return new SimpleDateFormat("yyyy-MM-dd"); }// w w w.j a va2 s . com }