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