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

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

Introduction

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

The text is from its open source code.

Method

Dateparse(String dateStr, Calendar now, Locale locale)
Parses a string into a java.util.Date using the given locale.
Dateparse(String dateStr, Calendar now)
Parses a string into a java.util.Date using the default locale.