Date

Date #

The date field generates a date field with a date picker. The output value is a date string.

Date field

Date field

Date picker popup

Date picker popup

Properties #

propertyvalue typeoptionaldescription
keystringmandatoryKeys are for internal use and must be unique
titlestringmandatoryThe title of the element
tipstringoptional (default: null)Text entered here with markdown formatting is displayed as context help in an overlay box
defaultstringoptional (default: null)default value when the key is not set yet

Sample #

Configuration #

./quiqr/model/base.
     
default: "2021-04-12"
key: sample_field
title: Sample field
type: date
default = "2021-04-12"
key = "sample_field"
title = "Sample field"
type = "date"
{
   "default": "2021-04-12",
   "key": "sample_field",
   "title": "Sample field",
   "type": "date"
}

Output #

sample_field: "2021-03-21"