Java org.eclipse.jgit.util GitDateFormatter fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.util GitDateFormatter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.util GitDateFormatter.

The text is from its open source code.

Subclass

org.eclipse.jgit.util.GitDateFormatter has subclasses.
Click this link to see all its subclasses.

Constructor

GitDateFormatter(Format format)
Create a new Git oriented date formatter

Method

StringformatDate(PersonIdent ident)
Format committer, author or tagger ident according to this formatter's specification.