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

strMonth variable

Syntax

uint8_t strMonth[][12] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"};

References

LocationReferrerText
k_menu.c:84
uint8_t strMonth[][12] = {"Jan",
k_menu.c:710_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