#include <time.h>#include <cstdlib>#include <memory.h>


Go to the source code of this file.
Functions | |
| tm * | parseTime (const char *strTime, const char *strFormat, tm *t) |
| time_t | fixTime (struct tm *tp) |
| size_t | fmtTime (char *s, size_t max, const char *format, const struct tm *tp) |
| tm * | currentTime (tm *t) |
| tm* currentTime | ( | tm * | t | ) |
Definition at line 21 of file fmtTime.cpp.
Referenced by cgiCalendar::cgiCalendar(), createField(), mapDateTime::createField(), my_mapTime::createField(), my_mapDate::createField(), my_mapDateTime::createField(), mapDateTime::postFetchFixup(), my_mapTime::setField(), my_mapDate::setField(), and my_mapDateTime::setField().
| time_t fixTime | ( | struct tm * | tp | ) |
Definition at line 11 of file fmtTime.cpp.
Referenced by cgiCalendar::cgiCalendar(), cgiCalendar::dayAdd(), cgiCalendar::fill(), and mapDateTime::postFetchFixup().
| size_t fmtTime | ( | char * | s, | |
| size_t | max, | |||
| const char * | format, | |||
| const struct tm * | tp | |||
| ) |
Definition at line 16 of file fmtTime.cpp.
Referenced by cgiCalendar::fill(), cgiCalendar::strMonth(), and cgiCalendar::strYear().
| tm* parseTime | ( | const char * | strTime, | |
| const char * | strFormat, | |||
| tm * | t | |||
| ) |
Definition at line 4 of file fmtTime.cpp.
Referenced by createField(), setField(), my_mapTime::setField(), my_mapDate::setField(), and my_mapDateTime::setField().
1.5.5