FileTimeGeneratorValve
Note
Generates a date/time.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| src | The item property containing the time. | Yes | Yes | |
| days | Number of days to add to time. | 0 | Yes | No |
| pattern | Date pattern. | Yes | No | |
| dest | The destionation item property. | filetime | Yes | No |
Example Configuration
{
"name":"FileTimeGeneratorValve",
"config":{
"src":"date",
"dest":"filetime",
"days":"0",
"pattern":"yyyy-MM-dd HH:mm:ss"
}
}