Skip to Main Content

page_parts

Time

AM PM
AM/PM string indicating time of day.
Function name(s):
am_pmtime_random.r_ampm
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "AM PM": {
            "r_ampm": "am"
        }
}
Date
A complete date.
API Endpoint (click to try):
Function name(s):
datetime_random.r_date
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
year Number Specific year (YYYY)
month Number Specific month (MM)
day Number Specific day (DD)
hour Number Specific hour (HH24)
minute Number Specific minute (MI)
second Number Specific second (SS)
ampmformat Text [No,Yes] AM/PM Format?
Example output:
{
    "Date": {
            "r_date": "30-AUG-65"
        }
}
Date Between
A a random date between 2 given start and end dates.
Function name(s):
date_betweentime_random.r_datebetween
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
date_from Date Starting date
date_to Date End date
Example output:
Example output not applicable.
Datereference
A new date in reference to given date.
Function name(s):
datereferencetime_random.r_datereference
Locales supported:
Parameters:
Name Type Bound Input Description
reference Number [soon,future,recent,past] Reference type
reference_date Date Reference date
Example output:
{
    "Datereference": {
            "r_datereference": "02-MAY-55"
        }
}
Day
A number between 1-31 which indicates a day value in a timestamp.
API Endpoint (click to try):
Function name(s):
daytime_random.r_day
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
month Number Specific month (MM)
morethan Number Start from day (DD)
lessthan Number End at day (DD)
Example output:
{
    "Day": {
            "r_day": "18"
        }
}
Epoch
An Epoch number.
Function name(s):
epochtime_random.r_epoch
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "Epoch": {
            "r_epoch": "477411359643"
        }
}
Hour
A number between 0-23 which indicates an hour value in a timestamp.
API Endpoint (click to try):
Function name(s):
hourtime_random.r_hour
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
ampmformat Text [No,Yes] AM/PM Format?
Example output:
{
    "Hour": {
            "r_hour": "15"
        }
}
Millisecond
A number between 0-999 which indicates a millisecond value in a timestamp.
Function name(s):
millisecondtime_random.r_millisecond
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "Millisecond": {
            "r_millisecond": "727"
        }
}
Minute
A number between 0-59 which indicates a minute value in a timestamp.
Function name(s):
minutetime_random.r_minute
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "Minute": {
            "r_minute": "15"
        }
}
Month
A number between 1-12 which indicates a month value in a timestamp.
Function name(s):
monthtime_random.r_month
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
season Text [Spring,Summer,Autumn,Winter] Season
morethan Number Start from month (MM)
lessthan Number End at month (MM)
Example output:
{
    "Month": {
            "r_month": "6"
        }
}
Second
A number between 0-59 which indicates a second value in a timestamp.
Function name(s):
secondtime_random.r_second
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "Second": {
            "r_second": "26"
        }
}
Time
Short format of time HH24:MI:SS.
API Endpoint (click to try):
Function name(s):
timetime_random.r_time
Locales supported:
Parameters:
Name Type Bound Input Description
hour Number Specific hour (HH24)
minute Number Specific minute (MI)
second Number Specific second (SS)
Example output:
{
    "Time": {
            "r_time": "07:09:50"
        }
}
Timereference
A new time in reference to given time.
Function name(s):
timereferencetime_random.r_timereference
Locales supported:
Parameters:
Name Type Bound Input Description
reference Number [soon,future,recent,past] Reference type
reference_time Date Reference date
Example output:
{
    "Timereference": {
            "r_timereference": "04-DEC-69 08.44.25.182000000 AM"
        }
}
Timestamp
A complete timestamp.
Function name(s):
timestamptime_random.r_timestamp
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
year Number Specific year (YYYY)
month Number Specific month (MM)
day Number Specific day (DD)
hour Number Specific hour (HH24)
minute Number Specific minute (MI)
second Number Specific second (SS)
millisecond Number Specific second (FFF)
ampmformat Text [No,Yes] AM/PM Format?
Example output:
{
    "Timestamp": {
            "r_timestamp": "26-AUG-19 01.55.58.857000000 AM"
        }
}
Year
A year between 1920 and todays year to indicate a year in a timestamp or other.
API Endpoint (click to try):
Function name(s):
yeartime_random.r_year
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
min Number Minimum
max Number Maximum
twodigit Text [No,Yes] YY Format instead of YYYY?
Example output:
{
    "Year": {
            "r_year": "2019"
        }
}

Anchor Points

On this page

  • AM PM
  • Date
  • Date Between
  • Datereference
  • Day
  • Epoch
  • Hour
  • Millisecond
  • Minute
  • Month
  • Second
  • Time
  • Timereference
  • Timestamp
  • Year