| Modifier and Type | Field and Description |
|---|---|
static int |
ONE_THOUSAND_MILLISECONDS |
| Constructor and Description |
|---|
TimestampSeconds() |
| Modifier and Type | Method and Description |
|---|---|
String |
timestampSeconds()
timestamp based on "now"
|
String |
timestampSeconds(String beginDate,
String endDate)
random timestamp in seconds between two dates
|
public static final int ONE_THOUSAND_MILLISECONDS
@FunctionInvocation public String timestampSeconds()
@FunctionInvocation public String timestampSeconds(String beginDate, String endDate)
beginDate - beginning date in format "dd-MM-yyyy HH:mm:ss"endDate - ending date in format "dd-MM-yyyy HH:mm:ss"Copyright © 2022. All rights reserved.