Name

TimeField — Time input field

Synopsis

TimeField ( string label ,
  string initialTime );
 

Parameters

string label

Optional Arguments

string initialTime

Description

An input field for entering a time of day in 24 hour format.

[Note]Note

This is a "special" widget, i.e. not all UIs necessarily support it. Check for availability with HasSpecialWidget( `TimeField) before using it.

Usage

 	if ( HasSpecialWidget( `TimeField ) {...
 		    `TimeField( "Time:" , "20:20:20" )