Class DateUtils

java.lang.Object
org.apache.juneau.commons.utils.DateUtils

public class DateUtils extends Object
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.

This class handles dates as defined by RFC 2616 section 3.3.1 as well as some other common non-standard formats.

This class was copied from HttpClient 4.3.

  • Constructor Details

  • Method Details