DateStamp()
DateStamp()
Type: REGULAR FUNCTION
Purpose: 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().
Usage: DateStamp()
or
DateStamp(Marker)
Marker |
INDEX |
Seconds from 00:00:00, 1/1/70 |
|
Result | STRING |
Date in the form “MON/DAY/YEAR” |
Comments are closed.