OGS
|
Definition of date helper functions.
Definition in file DateTools.h.
#include <chrono>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | BaseLib |
Functions | |
int | BaseLib::date2int (int y, int m, int d) |
std::string | BaseLib::int2date (int date) |
std::string | BaseLib::date2string (double ddate) |
int | BaseLib::strDate2int (const std::string &s) |
int | BaseLib::xmlDate2int (const std::string &s) |
std::string | BaseLib::formatDate (std::chrono::time_point< std::chrono::system_clock > const &time) |