Searched refs:month_names (Results 1 – 2 of 2) sorted by relevance
24 const GX_CHAR *month_names[12] = { variable133 …sprintf(date_string, "%s %02d, %d", month_names[local_time.wMonth - 1], local_time.wDay, local_tim… in UpdateTimeDate()
44 const GX_CHAR *month_names[12] = { variable389 …sprintf(date_string, "%s, %s %02d", day_names[local_time.wDayOfWeek], month_names[local_time.wMont… in clock_update()