#include "httpDate.h"
#include <ctype.h>
Go to the source code of this file.
Variables | |
const int | num_weekdays = 7 |
const char *const | weekdays [num_weekdays] |
const int | num_months = 12 |
const char *const | months [num_months] |
Definition in file httpDate.cxx.
|
Initial value: { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" } Definition at line 32 of file httpDate.cxx. Referenced by HTTPDate::get_string(). |
|
Definition at line 31 of file httpDate.cxx. |
|
Definition at line 26 of file httpDate.cxx. |
|
Initial value: { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" } Definition at line 27 of file httpDate.cxx. |