The util Package

public class DateUtil extends java.lang.Object

Class to convert LDAP date format into a format more usable in a Java application.

								DateUtil

public DateUtil()


getDateTime

public static java.util.Date getDateTime(java.lang.String dbDate)

Converts the date in LDAP format into a java.util.Date object.

								formatDateTime

public static java.lang.String formatDateTime(java.lang.String dbDate)

Converts the date in LDAP format into a localized String.

public class Debug extends java.lang.Object implements java.io.Serializable

Class to control the output of debugging statements. There are two levels of control for the output. First, the output can be prevented outright by disabling the trace flag. Second, the amount of output can be regulated ...

Get LDAP Programming with Java™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.