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