MetadataDate - adobe-dmeservices/custom-metadata GitHub Wiki
Date Fields
Date fields allow users to select dates and/or times from a calendar. It also allows users to type values, and it will attempt to format the text as a date if necessary. For example, if the user types "tomorrow at 3:00PM", the field will automatically set the value to the next date from the current date and the time to 3:00pm.
By default, the Date field picker displays a calendar with a time selector. The field has three modes: Date and time (default), Date only, or Time only. If you choose a date mode, the value will be stored as a date-time formatted string. If you choose Time only, the value will be stored as a time formatted string. You can also specify the display and expected data entry format.
Dependencies
You can optionally use Dependencies to set one or more fields that must have data before a user can enter data in this field. This field will be disabled until there is a value present in the field you specify in Dependencies. Learn more about Dependencies
- To configure, choose one or more fields from the Dependencies dropdown in the Advanced tab. The dropdown will display all currently defined fields, so you will need to define fields before you can use them as Dependencies for other fields.
Multiple Date Fields
Multiple Date fields allow users to enter one or more dates and/or times. Multiple Date fields are stored as Ordered Lists (Sequence). They can optionally be configured to store the values as Unordered Lists (Bag).
Dependencies
You can optionally use Dependencies to set one or more fields that must have data before a user can enter data in this field. This field will be disabled until there is a value present in the field you specify in Dependencies.
- To configure, choose one or more fields from the Dependencies dropdown in the Advanced tab. The dropdown will display all currently defined fields, so you will need to define fields before you can use them as Dependencies for other fields.