I am trying to convert a date/Time in double format (eg 147368.9063 = "6/24/2303 9:45:00 PM") to seconds, the sample converted using excel, I would like to repeat this in c++ with the Boost Library.
Any help appreciated.
I am trying to convert a date/Time in double format (eg 147368.9063 = "6/24/2303 9:45:00 PM") to seconds, the sample converted using excel, I would like to repeat this in c++ with the Boost Library.
Any help appreciated.