Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

hk_classes/hk_classes/hk_datetime.h File Reference

#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 &)


Function Documentation

ostream& operator<< ostream &  ,
hk_datetime
 

ostream& operator<< ostream &  ,
const hk_datetime
 

hk_string transfer_date const hk_string date,
const hk_string originalformat,
const hk_string targetformat
 

convinience function that returns the date formated as defined in targetformat, where date originally was formatted as defined in originalformat

hk_string transfer_datetime const hk_string datetime,
const hk_string originalformat,
const hk_string targetformat
 

convinience function that returns the datetime formated as defined in targetformat, where datetime originally was formatted as defined in originalformat

hk_string transfer_time const hk_string time,
const hk_string originalformat,
const hk_string targetformat
 

convinience function that returns the time formated as defined in targetformat, where time originally was formatted as defined in originalformat


Generated on Thu Mar 9 18:40:41 2006 for hk_classes by  doxygen 1.4.1