This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
TimePicker LCD DISPLAY AMPM

TimePicker LCD DISPLAY AMPM 


 

TimePicker LCD DISPLAY AMPM ( objectName ; amPm ) 
Parameter Type   Description
objectName  Text in Name of subform object
amPm  Boolean in True = display AM/PM, False = do not display

The TimePicker LCD DISPLAY AMPM displays or hides the AM/PM placed to the right of the objectName subform object (digital clock only).

These letters are used to distinguish between the morning and afternoon when the clock is used in 12-hour mode (see TimePicker LCD SET MODE).

By default, these letters are displayed. You can pass False in amPm to hide them.

Example  

We want to hide the AM/PM:

 TimePicker LCD DISPLAY AMPM("Subform1";False)



See also 

TimePicker LCD SET MODE

 
PROPERTIES 

Product: 4D
Theme: TimePicker

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v14

 
ARTICLE USAGE

4D Widgets ( 4D v20 R7)