Java Date Format Pattern getSortedTimetampFormat()

Here you can find the source of getSortedTimetampFormat()

Description

get Sorted Timetamp Format

License

Apache License

Declaration

public static DateFormat getSortedTimetampFormat() 

Method Source Code


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

import java.text.DateFormat;

import java.text.SimpleDateFormat;

public class Main {
    public static DateFormat getSortedTimetampFormat() {
        return new SimpleDateFormat("yyyyMMddHHmmss");
    }/*  w  ww  .  jav  a 2s. co m*/
}

Related

  1. getMMDDYYYY(final Date date, final String separator)
  2. getMomentFormatter()
  3. getPooledSDF(String format)
  4. getSdf(String formatPattern)
  5. getSimpleDataFormattedFile(File file)
  6. getStringAcordFormat()
  7. getSupportedFormats()
  8. isEqual(String d1, String d2, String format)
  9. isValidFormat(String format, String value)