Searched refs:today (Results 1 – 4 of 4) sorted by relevance
104 ext->today.year = 2020; in lv_calendar_create()105 ext->today.month = 1; in lv_calendar_create()106 ext->today.day = 1; in lv_calendar_create()145 ext->today.year = copy_ext->today.year; in lv_calendar_create()146 ext->today.month = copy_ext->today.month; in lv_calendar_create()147 ext->today.day = copy_ext->today.day; in lv_calendar_create()187 void lv_calendar_set_today_date(lv_obj_t * calendar, lv_calendar_date_t * today) in lv_calendar_set_today_date() argument190 LV_ASSERT_NULL(today); in lv_calendar_set_today_date()193 ext->today.year = today->year; in lv_calendar_set_today_date()194 ext->today.month = today->month; in lv_calendar_set_today_date()[all …]
43 lv_calendar_date_t today; /*Date of today*/ member94 void lv_calendar_set_today_date(lv_obj_t * calendar, lv_calendar_date_t * today);
281 today = date.today()282 d = today.strftime("%Y-%m-%d")
263 …_PART_DATE` normal for normal dates, checked for highlighted, focused for today, pressed for the b…