HP OpenVMS Systems Documentation |
HP OpenVMS DCL Dictionary
F$TIME
Returns the current date and time in absolute time format. FormatF$TIME() Return ValueA character string containing the current date and time. The returned string has the following fixed, 23-character format:
When the current day of the month is any of the values 1 to 9, the first character in the returned string is a blank character. The time portion of the string is always in character position 13, at an offset of 12 characters from the beginning of the string. Note that you must use the assignment operator (=) to preserve the blank character in the returned string. If you use the string assignment operator (:=), the leading blank is dropped. ArgumentsNone. Example
|