strMonth is only used within STemWin.
 
Symbols
loading...
Files
loading...

strMonth variable

Syntax

uint8_t strMonth[][12] = {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"};

References

LocationReferrerText
k_menu.c:84
uint8_t strMonth[][12] = {"01",
k_menu.c:784_cbStatus()
sprintf((char *)TempStr, "%02d/%s/%04d", day , strMonth[month-1], year);

Data Use

Functions reading strMonth
strMonth
all items filtered out
Type of strMonth
strMonth
uint8_t
all items filtered out