C Tutorial/time.h/asctime
Версия от 14:21, 25 мая 2010; (обсуждение)
asctime
Item Value Header file time.h Declaration char *asctime(const struct tm *ptr); Return returns a string for tm in the following form:
day month date hours:minutes:seconds year\n\0