private String Cookie = null;
private static final String TITLE_PARSE_STR_START = "<title>";
- private final static DateFormat DateFmt = new SimpleDateFormat(
- "yyyy/MM/dd HH:mm:ss");
- private final static DateFormat DateFmt2 = new SimpleDateFormat(
- "yyyy/MM/dd HH:mm");
+ private final static DateFormat DateFmt = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
+ private final static DateFormat DateFmt2 = new SimpleDateFormat("yyyy/MM/dd HH:mm");
private final String User;
private final String Pass;