Package | Description |
---|---|
org.thales.punch.libraries.punchlang.mapping.tools |
Modifier and Type | Method and Description |
---|---|
default long |
DateMathParser.parse(String text,
LongSupplier now)
Parse a date math expression without timzeone info and rounding down.
|
default long |
DateMathParser.parse(String text,
LongSupplier now,
boolean roundUp,
org.joda.time.DateTimeZone tz)
Deprecated.
|
long |
JodaDateMathParser.parse(String text,
LongSupplier now,
boolean roundUp,
ZoneId tz) |
long |
DateMathParser.parse(String text,
LongSupplier now,
boolean roundUp,
ZoneId tz)
Parse text, that potentially contains date math into the milliseconds since the epoch
|
Copyright © 2023. All rights reserved.