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()

 

One response to “FT_MIN2MIL

  1. Pingback: FT Date-Time | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.