Java Date Format ISO getISODateFormatterShort()

Here you can find the source of getISODateFormatterShort()

Description

get ISO Date Formatter Short

License

Open Source License

Declaration

public static SimpleDateFormat getISODateFormatterShort() 

Method Source Code


//package com.java2s;
//License from project: Open Source License 

import java.text.SimpleDateFormat;

public class Main {
    public static SimpleDateFormat getISODateFormatterShort() {
        return new SimpleDateFormat("yyyy-MM-dd");

    }// w w w.j a va2  s  . com
}

Related

  1. getISODate()
  2. getISODate(int i)
  3. getIsoDateFormat()
  4. getIsoDateFormat()
  5. getIsoDateFormater()
  6. getISODateStr(Date date)
  7. getISODateStringFormat(Date ts)
  8. getIsoFormat()
  9. getISOFormat(java.util.Date date)