Pick Date Time

Content Type: Widget
Categories: Data

Overview

Date Time picker to pick a date and time using material UI Datetime Component.

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:
  1. Picker container option to display(dialog,inline,static).
  2. 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.

 

  

 

 

 

Releases

Version: 1.0.1
Framework Version: 8.17.0
Release Notes: #Fix: Manual Editing option is available now.
Version: 1.0.0
Framework Version: 8.17.0
Release Notes: This is the initial version of the widget.