Logo FluentUI

DatePicker QML Type

A date picker with month, day, and year tumblers. More...

Import Statement: import FluentUI.Controls 1.0

Properties

Signals

Detailed Description

DatePicker presents three spinning tumbler columns for month, day, and year selection. It supports date range constraints and respects the specified locale for formatting.

Property Documentation

date : date

The currently selected date.

locale : Locale

The locale used for formatting month names and date order.

maximumDate : date

The latest date that can be selected.

minimumDate : date

The earliest date that can be selected.

Signal Documentation

void accepted()

Emitted when the user confirms the date selection.

Note: The corresponding handler is onAccepted.