Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

How do I use the SystemDateGen Generator?

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.

Sample Output