FT_MIL2MIN()
Convert time in military format to number of minute of day.
──────────────────────────────────────────────────────────────────────────────

Syntax

FT_MIL2MIN( <cMILTIME> ) -> nMINUTE

Arguments

<cMILTIME> character string of form hhmm, where 0<=hh<24.

Returns

<nMINOFDAY> numeric value representing minute of day.

Description

Converts time in military format to number of minute of the day.

Examples

FT_MIL2MIN( "1729" ) -> 1049

Source: MILTIME.PRG

Author: Alexander B. Spencer