Location | Type |
---|---|
The first input handler | String |
Logic output | Boolean |
Category | Property | Description |
---|---|---|
Required | Format | Specify input format. |
Null processing | Null option | Specify how to handle the input if it contains null. |
Comment | Comment | The comment will also be output to the specifications.It does not affect the conversion process. |
Option | Description |
---|---|
Return false when unable to determine/calculate/process | Continues with the process when unable to determine/calculate/process without throwing exception. |
Throw exception when unable to determine/calculate/process | Throws exception (CalculationException) when unable to determine/calculate/process. |
Output null if any input is null | Outputs null if the value of any input handler is null. |
Input date/time | Determination result | Description |
---|---|---|
20080101 | true | It is interpreted as January 1, 2008. |
a20080101 | false | |
20080101a | true | It is interpreted as January 1, 2008. |
2008101 | true | It is interpreted as October 1, 2008. |
Property | Setting |
---|---|
Format | yyyy-MM-dd |
Null option | Return false when unable to determine/calculate/process |
1999-09-31 |
2004-10-17 |
2009-13-10 |
false |
true |
false |