public class DateTime extends Object
| Constructor and Description |
|---|
DateTime() |
| Modifier and Type | Method and Description |
|---|---|
static Instant |
parseLongString(String text) |
static Instant |
parseShortString(String text) |
static boolean |
sameDay(Instant requestDate,
Instant credentialDate) |
static String |
toLongString(Instant date) |
static String |
toShortString(Instant date) |
public static Instant parseLongString(String text) throws EscherException
EscherExceptionpublic static Instant parseShortString(String text) throws EscherException
EscherExceptionCopyright © 2025. All rights reserved.