c++c++buildertdatetime

C++ variable type alike Builder TDateTime type


I'm looking for variable type (in standard C++ libraries) that could easily substitute TDateTime. What I need is hour, minutes, seconds and miliseconds.

Thanks for the attention


Solution

  • I think Boost almost qualifies as a standard C++ library these days, so I would recommend boost::date_time

    I've used this with BCB2010, if that's any help.