#include <types.h>
00:00:00
at this date. YYYY-MM-DD
format. YYYY-MM-DD
format. odbc::Date::Date | ( | ) | [explicit] |
Constructor.
Sets this date to today.
odbc::Date::Date | ( | std::time_t | t | ) |
Constructor.
Sets this date to the specified time_t value.
odbc::Date::Date | ( | const std::string & | str | ) |
Constructor.
Sets this date to the specified string in the YYYY-MM-DD
format.