| Package | Description |
|---|---|
| io.rapidpro.expressions | |
| io.rapidpro.expressions.dates | |
| io.rapidpro.expressions.utils |
| Modifier and Type | Field and Description |
|---|---|
protected DateStyle |
EvaluationContext.m_dateStyle |
| Modifier and Type | Method and Description |
|---|---|
DateStyle |
EvaluationContext.getDateStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationContext.setDateStyle(DateStyle dateStyle) |
| Constructor and Description |
|---|
EvaluationContext(Map<String,Object> variables,
org.threeten.bp.ZoneId timezone,
DateStyle dateStyle) |
| Modifier and Type | Field and Description |
|---|---|
protected DateStyle |
DateParser.m_dateStyle |
| Modifier and Type | Method and Description |
|---|---|
static DateStyle |
DateStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateStyle[] |
DateStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static List<DateParser.Component[]> |
DateParser.getPossibleSequences(DateParser.Mode mode,
int length,
DateStyle dateStyle)
Gets possible component sequences in the given mode
|
| Constructor and Description |
|---|
DateParser(org.threeten.bp.LocalDate now,
org.threeten.bp.ZoneId timezone,
DateStyle dateStyle)
Creates a new date parser
|
| Modifier and Type | Method and Description |
|---|---|
static org.threeten.bp.format.DateTimeFormatter |
ExpressionUtils.getDateFormatter(DateStyle dateStyle,
boolean incTime)
Gets a formatter for dates or datetimes
|
Copyright © 2015. All rights reserved.