|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config_ff.h"#include <cassert>#include <cstdlib>#include <sstream>#include <string>#include <iomanip>#include "DODS_Date.h"#include "date_proc.h"#include <BaseType.h>#include <Str.h>#include <debug.h>#include "Error.h"
Go to the source code of this file.
Functions | |
| int | operator!= (DODS_Date &d1, DODS_Date &d2) |
| int | operator< (DODS_Date &d1, DODS_Date &d2) |
| int | operator<= (DODS_Date &d1, DODS_Date &d2) |
| int | operator== (DODS_Date &d1, DODS_Date &d2) |
| int | operator> (DODS_Date &d1, DODS_Date &d2) |
| int | operator>= (DODS_Date &d1, DODS_Date &d2) |
Definition at line 360 of file DODS_Date.cc.
Definition at line 365 of file DODS_Date.cc.
Definition at line 375 of file DODS_Date.cc.
References DODS_Date::format(), julian_day(), DODS_Date::month(), DODS_Date::year(), and ym.

Definition at line 349 of file DODS_Date.cc.
References days_in_month(), DODS_Date::format(), julian_day(), DODS_Date::month(), DODS_Date::year(), and ym.

Definition at line 370 of file DODS_Date.cc.
Definition at line 383 of file DODS_Date.cc.
References days_in_month(), DODS_Date::format(), julian_day(), DODS_Date::month(), DODS_Date::year(), and ym.
