Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_min2mil()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MIN2MIL()
 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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson