<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Input and Output functions > DateStamp() |
Create a string of the form "Month/Day/Year".
If no parameter is given, use the current system date. Otherwise, convert the parameter into a date. The parameter is derived from function Time().
REGULAR FUNCTION
Result = DateStamp()
or
Result = DateStamp(Marker)
Marker |
INDEX |
Seconds from 00:00:00, 1/1/70. |
Result |
STRING |
Date in the form "MON/DAY/YEAR". |