Pick Date Time
Overview
Documentation
Pick Date Time
Date Time Picker Widget to set the date and time value for Mendix Date Time Attribute. Design-Based on Material UI DateTimePicker.
Usage:
- Install the widget in your project from AppStore
- Include the Pick Date Time widget on a page where you'd like to display it.
Property descriptions:
General
- Default Mendix behavior for labeling, visibility, and editability.
- Data Source :
1) Date Attribute: Mendix Date attribute to use.
2)Custom Date Format: the format to display the date. See https://date-fns.org/docs/format for available formats. If left empty, the default (dd/MM/yyyy hh: mm a) is selected.
Options
- Disable :
1) Disable days in the past: Whether or not to disable all days in the past.
2) Disable days in Future: Whether or not to disable all days in the Future.
3) Minimal Date: Date Attribute used to disable all days before this date
4) Maximal date: Date Attribute used to disable all days after this date
- Variant:
- Picker container option to display(dialog,inline,static).
- input Variant: Used to change Picker display style(Standard, Outlined, filled).
Events
1) On Change action: On change, Action to be executed when date Time is changed.