GetDATE
Exports today's Date in the format specified as the parameter.
Syntax
bool GetDATE (StrParam)
Parameters
The Date's format."*" stipulates
the default mm/dd/yyyy construction. However, you can combine any
of the following String values to define a different format:
- d = day of the month, 1-31
- dd = two-digit day, 01-31
- yyyy = four-digit year
- yy = two-digit year
- m = month, 1-12
- mm = two-digit month, 01-12
- ccyy = four-digit year
- y = Julian day of the year
Returns
Always True.Level
All levels.Details
Exports today's Date in the format specified as the parameter.- Example
GetDate("*") inserts today's date into the Export file with this format: 11/16/2005