Java Date Format Pattern getFormat()

Here you can find the source of getFormat()

Description

get Format

License

Apache License

Declaration

public static SimpleDateFormat getFormat() 

Method Source Code

//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*/
}

Related

  1. getDataFormatter()
  2. getDBFormat()
  3. getExcelFormat()
  4. getFolderFormat()
  5. getFormat()
  6. getFormat(long stamp)
  7. getFormat(long stamp, String pattern)
  8. getFormat(String format)
  9. getFormat(String formatPattern)