#include "hk_class.h"
Go to the source code of this file.
Functions | |
hk_string | transfer_date (const hk_string &date, const hk_string &originalformat, const hk_string &targetformat) |
hk_string | transfer_time (const hk_string &time, const hk_string &originalformat, const hk_string &targetformat) |
hk_string | transfer_datetime (const hk_string &datetime, const hk_string &originalformat, const hk_string &targetformat) |
ostream & | operator<< (ostream &, const hk_datetime &) |
ostream & | operator<< (ostream &, hk_datetime &) |
|
|
|
|
|
convinience function that returns the date formated as defined in targetformat, where date originally was formatted as defined in originalformat |
|
convinience function that returns the datetime formated as defined in targetformat, where datetime originally was formatted as defined in originalformat |
|
convinience function that returns the time formated as defined in targetformat, where time originally was formatted as defined in originalformat |