public class RFC2616DateParser extends Object
| Constructor and Description |
|---|
RFC2616DateParser(String string) |
RFC2616DateParser(String string,
int offset,
int length) |
public RFC2616DateParser(String string)
string - a string that will be fully parsedpublic RFC2616DateParser(String string, int offset, int length)
string - the string to be parsedoffset - the offset where to start parsinglength - the number of chars to parsepublic RFC2616Date parse()
validate - if validation is to be enabled of non-critical elements,
such as day of week and timezoneCopyright © 2014. All Rights Reserved.