Properties |
Description |
Data Type |
Flags |
Default Value |
pattern | The pattern for formatting/parsing date | java.lang.String |
read, write, bound |
"MM/dd/yyyy" |
inputText | The text which will be parsed | java.lang.String |
read, write |
"" |
inputDate | The date which will be formatted | java.util.Date |
read, write |
null |
resultText | The current result of formatting date | java.lang.String |
read, bound |
"" |
resultDate | The current result of parsing text | java.util.Date |
read, bound |
null |
Expert: | ||||
autoAction | Allows or denies the immediate execution of bean function | boolean |
read, write |
true |