Here you can find the source of getFormat()
public static SimpleDateFormat getFormat()
//package com.java2s; //License from project: Apache License import java.text.SimpleDateFormat; public class Main { public static SimpleDateFormat getFormat() { return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); }/*from w ww . j av a 2s.co m*/ }