Description
The SystemDateGen Generator uses the System.currentTimeMillis() to compute an initial date/time.
Parameters
The following parameters may be configured for the SystemDateGen Generator. Items with an asterisk* are required.
- format* - Defines the format of the system date.
- initialization* - Defines how the system date is calculated.
- Once - The Generator will only call System.currentTimeMillis() once the Generator is first initialized.
- Iterative - The Generator will call System.currentTimeMillis() on each iteration.