Matrix TimeToString( Matrix mTime )
The return value is a character matrix containing the string output from the TIMEw.d format.
Matrix mTime
The SAS time value to be converted. A SAS time value is the number of seconds since midnight.
This module converts a SAS time value to a string by processing it with the TIMEw.d format.
m = TimeToString( 5025 ); print m; print 5025[format=TIME8.];