The HHMM
w.
d format
writes SAS time values in the form
hh:mm:
is an integer.
Note: If
hh is a single digit, HHMM
w.d places a leading blank before the digit. For example, the HHMM
w.d. format writes 9:00 instead of 09:00.
is an integer between
00 and 59 that represents minutes.
SAS rounds hours and
minutes that are based on the value of seconds in a SAS time value.
The HHMM format uses
asterisks to format values that are outside the time range 0–24
hours, such as datetime values.