Package | Description |
---|---|
org.thales.punch.libraries.punchlang.api |
Punch package documentation.
|
org.thales.punch.libraries.punchlang.impl | |
org.thales.punch.libraries.punchlang.operator |
Punch language operators.
|
Modifier and Type | Method and Description |
---|---|
static DateOperator |
Punchlet.date() |
static DateOperator |
Punchlet.date(String dstDateFormat)
Return a date operator with a destination time format.
|
static DateOperator |
Punchlet.date(String dstDateFormat,
String srcDateFormat)
Return a date operator with a destination and source time format.
|
Modifier and Type | Method and Description |
---|---|
DateOperator |
RuntimeContext.date() |
DateOperator |
RuntimeContext.date(int index) |
DateOperator |
RuntimeContext.date(int dstIndex,
int srcIndex) |
DateOperator |
RuntimeContext.toDate()
Return a date format operator for implicit date format.
|
DateOperator |
RuntimeContext.toDate(int index)
Return a pre-compiled date format operator for a the corresponding index.
|
DateOperator |
RuntimeContext.toDate(int dstIndex,
int srcIndex)
Return a pre-compiled date format operator for a the corresponding source and destination index.
|
Modifier and Type | Method and Description |
---|---|
DateOperator |
DateOperator.localzone(String timezone)
Set the local timezone
|
DateOperator |
DateOperator.on(String s)
Take the input date from a Tuple.
|
DateOperator |
DateOperator.on(Tuple tuple)
Take the input date from a Tuple.
|
DateOperator |
DateOperator.retainFields()
Make the timezone change not alter the date fields.
|
DateOperator |
DateOperator.timezone(String timezone)
Set the source date timezone.
|
Copyright © 2023. All rights reserved.