Java Date Format Pattern getMomentFormatter()

Here you can find the source of getMomentFormatter()

Description

get Moment Formatter

License

Open Source License

Declaration

public static SimpleDateFormat getMomentFormatter() 

Method Source Code


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

import java.text.SimpleDateFormat;

public class Main {
    private static SimpleDateFormat m_momentFormat = new SimpleDateFormat("dd-MM-yyyy hh:MM:ss");

    public static SimpleDateFormat getMomentFormatter() {
        return m_momentFormat;
    }//from  www  . j  a v a  2  s .  c om
}

Related

  1. getMM(Date date)
  2. getMM(String strDate)
  3. getMMdd()
  4. getMMDDYYHHMM()
  5. getMMDDYYYY(final Date date, final String separator)
  6. getPooledSDF(String format)
  7. getSdf(String formatPattern)
  8. getSimpleDataFormattedFile(File file)
  9. getSortedTimetampFormat()