Extracts the time part of input (hh:mm:ss.cc in dd-MMM-yyyy hh:mm:ss.cc).
1 – Input
A date.
2 – Output
The time in OpenVMS format.
3 – Example
DTR> DECLARE CAL USAGE DATE EDIT_STRING X(23). DTR> CAL = "NOW"; PRINT CAL CAL 1-Feb-1990 08:51:11.55 DTR> PRINT FN$TIME (CAL) FN$TIME 08:51:11.5 DTR>