amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
Calendar.getDateTuple
amalthea
dialog
Calendar
Returns tuple with year, month and day. Note: call after run() only.
class
Calendar
Tuple
!(
int
, "year",
int
, "month",
int
, "day")
getDateTuple
(
)
Meta
Source
See Implementation
amalthea
dialog
Calendar
functions
getDate
getDateTuple
prepareCmd
mixins
__anonymous
Returns tuple with year, month and day. Note: call after run() only.