MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxDatePrintDay

Function fxDatePrintDay

xs/sources/xsDate.c:1420–1425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418}
1419
1420txString fxDatePrintDay(txString p, txInteger day)
1421{
1422 c_strcpy(p, gxDayNames[day]);
1423 p += 3;
1424 return p;
1425}
1426
1427txString fxDatePrintTime(txString p, txInteger hours, txInteger minutes, txInteger seconds)
1428{

Callers 4

fx_Date_auxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected