DatePickerPopup
Use a date picker to let the user select a date.
Properties
title
string default: ""
The text that is displayed at the top of the picker.
date
struct Date default: a struct with all default values
Date
Defines a date with day, month, and year.
day
(int): The day value (range from 1 to 31).month
(int): The month value (range from 1 to 12).year
(int): The year value.
Set the initial displayed date.
Callbacks
canceled()
Invoked when the cancel button is clicked.
accepted(Date)
Invoked when the ok button is clicked.
© 2024 SixtyFPS GmbH