06-21-2021, 09:14 AM
(06-19-2021, 02:15 AM)Mpoint Wrote: How does one get wday from get_Localtime() in wasp-os ?
get_localtime() uses the MicroPython calendar functions (http://docs.micropython.org/en/v1.9.3/py....localtime ) . The sixth field gives you the day of the week.