Skip to content

Date Widget

The date widget provides a date dialog to select dates and times. It may be used stand-alone or as part of a form.

Date Widget

Configurable components

NameDescription
cardBackground button card component
primaryButton component

Widget Properties

Class NameDescription
formName of the form to submit to.
datetimeSet to 'date', 'time' or 'datetime'. Defaults to 'datetime'.
labelCheckbox label text
timezoneThe timezone to use for the date picker. Defaults to the user's timezone.
valueThe initial date value

Common CSS Properties

These CSS properties configure the underlying button component.

PropertyDescription
backgroundBackground color of the button
colorText color of the button
card.backgroundBackground color of the card

Vuetify CSS Properties

Set these CSS properties to modify the underlying Vuetify component.

PropertyDescription
--w-densitySet to compact, default or comfortable.
--w-rippleSet to enable the ripple effect.