#include <stlib/Date.h>
#include <stlib/String.h>
#include <stlib/Stream.h>
Include dependency graph for Date.cc:
Go to the source code of this file.
Variables | |
static const unsigned char | days_in_month [12] = {31,28,31,30,31,30,31,31,30,31,30,31} |
|
Definition at line 30 of file Date.cc. Referenced by Core::Date::daysInMonth(). |