This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
DatePicker SET DEFAULT MIN DATE
|
DatePicker SET DEFAULT MIN DATE ( dateMin ) | ||||||||
Parameter | Type | Description | ||||||
dateMin | Date |
![]() |
Limite inférieure de date saisissable | |||||
The DatePicker SET DEFAULT MIN DATE command is used to set the minimum enterable day for all the calendars of the DatePicker component.
Note that this parameter is only taken into account for calendars created subsequently and does not apply to any existing calendars. If you want to apply it to existing calendars, you must use the DatePicker APPLY DEFAULT VALUES command.
Designation of minimum date to January 1, 2000:
DatePicker SET DEFAULT MIN DATE(!01/01/2000!)
DatePicker APPLY DEFAULT VALUES
DatePicker SET DEFAULT MAX DATE
DatePicker SET MIN DATE
Product: 4D
Theme: DatePicker
4D Widgets ( 4D v20 R7)