AMT Help Files

SYSTEMDATE

Syntax

Command
Mandatory parameter
Optional parameter
Mandatory keyword
Optional keyword

<Destination> := SYSTEMDATE (<Format>)

Description

Systemdate returns current date of the system in the specified format.

Diagram

Returned value type

String

Parameters

Parameter Description
Destination
Object to hold the returned system date
Format
The format to return the system date in. Allowed formats are:
  • CCYYMMDD
  • YYMMDD
  • DDMMCCYY
  • DDMMYY
  • MMDDCCYY
  • MMDDYY

Example


alpha6_date := systemdate(MMDDYY)

 

Return to

Commands