Java Timestamp Create getTimestampFormat()

Here you can find the source of getTimestampFormat()

Description

get Timestamp Format

License

LGPL

Declaration

private static SimpleDateFormat getTimestampFormat() 

Method Source Code

//package com.java2s;
//License from project: LGPL 

import java.text.SimpleDateFormat;

public class Main {
    private static SimpleDateFormat getTimestampFormat() {
        String defaultTimestampFormat = "MM/dd/yyyy HH:mm:ss";
        return new SimpleDateFormat(defaultTimestampFormat);
    }//from   w  w  w. jav  a  2  s .  co  m
}

Related

  1. getTimestampDateDotTime()
  2. getTimestampDiff(int n)
  3. getTimestampedPNGFile(File saveDir)
  4. getTimestampedVideoFileName()
  5. getTimestampFormat()
  6. getTimestampFormat()
  7. getTimestampFormatter()
  8. getTimestampFromDate(Date d)
  9. getTimestampFromDate(String d)