Calendar extended
A special type of field for selecting the date and time, which has a number of additional display settings.
Date format in calendar:
Time selection function and time limit setting:
Setting up Date restrictions:
Example 1: disable future dates that have already been added to the app
select field_261 from app_entity_25 where field_261>UNIX_TIMESTAMP()
Example 2: disable future dates that have already been added to the database with the specified status
select field_261 from app_entity_25 where field_261>UNIX_TIMESTAMP() and field_255=3