4D v12TimePicker SET LABEL AM | 
            |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                    
                        
  | 
                
                    
                         
    4D v12
 
TimePicker SET LABEL AM 
 
        
 | 
                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TimePicker SET LABEL AM ( objectName ; label ) | ||||||||
| Parameter | Type | Description | ||||||
| objectName | Text | 
             
         | 
        Name of subform object | |||||
| label | Text | 
             
         | 
        Label to use for AM | |||||
The TimePicker SET LABEL AM command is used to modify the "AM" label in TimePicker objects displaying the AM/PM format. The command applies to the object designated by objectName. By default, the system am/pm labels are used.
Using by default the "in the morning" label instead of the system label for AM:
 TimePicker SET LABEL AM("clock";"in the morning")
	Product:  4D
	Theme:  TimePicker
	
        
        
	
TimePicker SET DEFAULT LABEL AM
TimePicker SET LABEL PM