Skip to main contentModule calendar
Source - CalendarView ๐
- A leaf view that renders a full-screen calendar for the current month.
- color_or ๐
- Returns the color used on color-capable devices, falling back to
fallback on grayscale hardware. - days_in_month ๐
- Returns the number of days in
month of year. - days_in_prev_month ๐
- Returns the number of days in the month preceding
month/year. - month_name ๐
- Returns the translated full month name for
month (1-indexed). - month_start_weekday ๐
- Returns the Monday-based weekday index (Mon=0 โฆ Sun=6) of the first day of
month in year. - short_month_name ๐
- Returns the translated short month name for
month (1-indexed). - weekday_name ๐
- Returns the translated weekday abbreviation for
weekday (Mon=0 โฆ Sun=6).