Package: gtk

Function gtk:calendar-date

Lambda List

gtk:calendar-date (calendar)

Syntax

(gtk:calendar-data calendar) => year, month, day

Arguments

calendar -- a gtk:calendar widget
year -- an integer for the year as a decimal number
month -- an integer for the month number, between 0 and 11
day -- an integer for the day number, between 1 and 31

Details

Obtains the selected date from the calendar.
 

See also

2025-05-31