public final class HttpDate extends Object
Modifier and Type | Field and Description |
---|---|
static long |
MAX_DATE
The last four-digit year: "Fri, 31 Dec 9999 23:59:59 GMT".
|
Modifier and Type | Method and Description |
---|---|
static String |
format(Date value)
Returns the string for
value . |
static Date |
parse(String value)
Returns the date for
value . |
public static final long MAX_DATE
Copyright © 2018. All rights reserved.