Home » pdfbox-1.1.0-src » org.apache.jempbox.impl » [javadoc | source]
org.apache.jempbox.impl
public class: DateConverter [javadoc | source]
java.lang.Object
   org.apache.jempbox.impl.DateConverter
This class is used to convert dates to strings and back using the PDF date standards. Date are described in PDFReference1.4 section 3.8.2
Method from org.apache.jempbox.impl.DateConverter Summary:
toCalendar,   toISO8601
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jempbox.impl.DateConverter Detail:
 public static Calendar toCalendar(String date) throws IOException 
    This will convert a string to a calendar.
 public static String toISO8601(Calendar cal) 
    Convert the date to iso 8601 string format.