Java org.apache.pdfbox.util DateConverter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.util DateConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.util DateConverter.

The text is from its open source code.

Method

CalendartoCalendar(COSString text)
Returns the Calendar for a given COS string containing a date, or null if it cannot be parsed.
CalendartoCalendar(String text)
Returns the Calendar for a given string containing a date, or null if it cannot be parsed.