FmtT(variable:value)

Variable = The name of a variable in SSAPD012P
Value = a numeric value to be formatted (8,0)


Return type:
Formatted time in a string

Description:
This function returns the time value in a formatted state.
Formatted as SSAPD000P indicates with the length of the definition of
SSAPD012P

Example:
print_ime = FmtT(‘crt_time:crt_time)

or


PutXmlRcd('dsoData':
BldButton +
XmlA(FmtT(‘crt_time:crt_time)
)
)