Package: gtk

Function gtk:calendar-date

Lambda List

gtk:calendar-date (calendar)

Arguments

calendar -- a gtk:calendar widget

Return Value

year -- an integer with the year as a decimal number, for example 2024
month -- an integer with the month number, between 0 and 11
day -- an integer with the day number, between 1 and 31

Details

Obtains the selected date from the calendar.
 

See also

2024-7-5