public class ToDateParser extends Object
Modifier and Type | Method and Description |
---|---|
static Timestamp |
toDate(String input,
String format)
Parse a string as a date with the given format.
|
String |
toString() |
static Timestamp |
toTimestamp(String input,
String format)
Parse a string as a timestamp with the given format.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.