public class DateFormatter
extends java.lang.Object
| Constructor and Description |
|---|
DateFormatter() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatValue(IExecContext execContext,
java.lang.String currentValue,
java.lang.String formatters) |
public static java.lang.String formatValue(IExecContext execContext, java.lang.String currentValue, java.lang.String formatters)
execContext - - we will do a replace on each of the parts of date formatter.currentValue - - the origin_formatted dateformatters - - this contains two date formatters as "origin_format,destination_format"