This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20
TimePicker LCD DISPLAY AMPM
|
TimePicker LCD DISPLAY AMPM ( objectName ; amPm ) | ||||||||
Parameter | Type | Description | ||||||
objectName | Text |
![]() |
Name of subform object | |||||
amPm | Boolean |
![]() |
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.
We want to hide the AM/PM:
TimePicker LCD DISPLAY AMPM("Subform1";False)
Product: 4D
Theme: TimePicker
Created: 4D v14
4D Widgets ( 4D v20)