Next: , Previous: Cycle, Up: Reference



Date

Synopsis

     function Date (T: TimeStamp): packed array [1 .. Date_length] of Char;

Description

Date takes a TimeStamp parameter and returns the date as a string (in the form of a packed array of Char). Date_length is an implementation defined invisible constant.

Conforming to

Date is an ISO 10206 Extended Pascal extension.

Example

Set TimeStamp.

See also

TimeStamp, GetTimeStamp, Time, Date And Time Routines.