Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 429 Bytes

date.md

File metadata and controls

28 lines (20 loc) · 429 Bytes
title
Date field

Date field

Datepicker widget, to select a date.

Basic Configuration:

        eventdate:
            type: date
            mode: date # the default

Example usage in templates:

{{ record.eventdate }}

Options:

The field has options to change the appearance and functionality of the field.

  • mode Date type. Can be either date (default) or datetime