public final class FormatUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DATE_PATTERN |
static String |
DATETIME_PATTERN |
Modifier and Type | Method and Description |
---|---|
static Date |
toDate(String s,
boolean includeTime) |
static String |
toString(Date d,
boolean includeTime) |
public static final String DATE_PATTERN
public static final String DATETIME_PATTERN
Copyright © 2010–2018 SonarSource. All rights reserved.