Lv_calendar_get_day_of_week in lvgl8.x

what is the equivalent function in version 8.x

lv_calendar_get_day_of_week

Hi @engSinteck ,

It seems the function exists in the library, and is used internally but, is not currently exposed to the public API, I am not sure why things are this way. I don’t know if @kisvegabor wants to comment here?

Kind Regards,

Pete

We can make it public in v8.3.

For v9, maybe it’d be usufule to have general lv_date_t and lv_time_t as a misc module.