Java Date Format Pattern get8charDateFormat()

Here you can find the source of get8charDateFormat()

Description

getchar Date Format

License

Apache License

Declaration

public static SimpleDateFormat get8charDateFormat() 

Method Source Code

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

import java.text.SimpleDateFormat;

public class Main {
    private static final String format8chars = "yyyyMMdd";

    public static SimpleDateFormat get8charDateFormat() {
        return new SimpleDateFormat(format8chars);
    }/*from   ww  w . j  a va  2 s  .  co m*/
}

Related

  1. createFormatter()
  2. createFormatter(String str)
  3. createSimpleFormat()
  4. createThreadLocal(final String format)
  5. getCommandFormat()
  6. getDataAtual(String formato)
  7. getDataFormatter()
  8. getDBFormat()