()
Convert minute of day to military format time.
Syntax
FT_MIN2MIL( <nMINUTE> ) -> cMILTIME
Arguments
<nMINUTE> numeric integer representing minute of day.
Returns
<cMILTIME> character string of form hhmm, where 0<=hh<24.
Description
Converts minute of the day to military format time.
Examples
FT_MIN2MIL( 279 ) -> 0439
Source: MILTIME.PRG
Author: Alexander B. Spencer
See Also: FT_MIL2MIN() FT_MIL2CIV() FT_CIV2MIL() FT_SYS2MIL()
Pingback: FT Date-Time | Viva Clipper !