Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Date Editor

Table of contents
  1. Configuration
  2. Configuration in UI
  3. Event handler
    1. onFocuse()
    2. onChange()

Configuration

Property name Default value Annotation
configMaxDate null datepicker for maxDate value
configMinDate null datepicker for minDate value
dateFormat undefined format of the date value
maxDate null static maxDate value to be used as maxDate
minDate null static minDate value to be used as minDate
queryMaxDate null expression formula for calculating maxDate
queryMinDate null expression formula for calculating minDate
showNavigation true set to true to see sidebar on the calendar
showTime false if enabled the editor displays a time portion additionally to the date
showWeekNumber false if enabled show the number of the week in a year
timeFormat false format of the time value
useMaxDate false set to true to specify maximum date
useMinDate false set to true to specify minimum date

Configuration in UI

image.png image.png

Event handler

onFocuse()

Triggered if the date editor get focus

onChange()

Triggered if the value of the date editor has been changed