标签: c++ date time interface com
Can not understand how to convert DATE type to redable format. As I understood type DATE is typedef double DATE;. In my case i get value 42463.4. How to conver this type to redable format like day/month/year/hours/minutes/seconds? Thanks.
typedef double DATE;